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