240 发简信
IP属地:江西
  • 长按图片保存相册iOS

    @property(nonatomic,strong) UIImageView *imgView; @end @implementation V...

  • 笔记<NSObject>

    //代理的写法 @protocol erViewControllerDelegate<NSObjct> @required -(void)hah...

  • 2018-05-04

    { // NSMutableArray *arr; } @property(nonatomic,strong)UICollectionView...

  • NBLScrollTabControllerDelegate @property (nonatomic, strong) NBLScrollTa...

  • iOS 成员变量,实例变量,属性变量的区别,联系

    在ios第一版中: 我们为输出口同时声明了属性和底层实例变量,那时,属性是oc语言的一个新的机制,并且要求你必须声明与之对应的实例变量,例如: ...

  • 单例

    //PerfectSingleton.h #import@interface PerfectSingleton : NSObject + (in...

  • 取消UITableView表头间距

    - (nullable UIView *)tableView:(UITableView *)tableView viewForHeaderInS...

  • 宏定义屏幕适配.ios

    //适配的宽 #define SYRealValueW(value) ((value)/375.0f*[UIScreen mainScreen]...