![240](https://cdn2.jianshu.io/assets/default_avatar/2-9636b13945b9ccf345bc98d0d81074eb.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:台湾
@property(nonatomic,strong) UIImageView *imgView; @end @implementation V...
//代理的写法 @protocol erViewControllerDelegate<NSObjct> @required -(void)hah...
{ // NSMutableArray *arr; } @property(nonatomic,strong)UICollectionView...
在ios第一版中: 我们为输出口同时声明了属性和底层实例变量,那时,属性是oc语言的一个新的机制,并且要求你必须声明与之对应的实例变量,例如: ...
//PerfectSingleton.h #import@interface PerfectSingleton : NSObject + (in...
- (nullable UIView *)tableView:(UITableView *)tableView viewForHeaderInS...
//适配的宽 #define SYRealValueW(value) ((value)/375.0f*[UIScreen mainScreen]...