网络请求是编程的重要一步份/// (void)getDataWith: (NSString *)URLString{NSURL * url = ...
//1.导包 import <AVKit/AVKit.h> import <AVFoundation/AVFoundation.h> //2./...
//tableview 编辑//UIweb view//UIAlertviewController()//UISegmentController
//在自定义cell中添加对象属性,在.m文件中初始化cell内的自定义控件,重写setter方法//在对象的.m调用 - (void)setV...
//NavigationBar的title颜色改变代码:[self.navigationController.navigationBar set...
//在B页面的.h中写一个指针函数(结构体),带参数,用户进行传值//在B页面的.h中声明一个指针类型的变量//例如: import <UIKi...
//触摸屏幕回收键盘 (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)eve...
//所有控件的用户交互//例如:self.textField.userInteractionEnabled = Yes;//用户交互打开
//毛玻璃效果 (背景)UIBlurEffect *blur = [UIBlurEffect effectWithStyle:UIBlurEff...