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]...