2019年2月14日

摘要: #pragma mark 获取设备id + (NSString *)getDeviceId { NSString *identifierForVendor = [[UIDevice currentDevice].identifierForVendor UUIDString]; return iden 阅读全文
posted @ 2019-02-14 10:47 琴儿Aline 阅读(355) 评论(0) 推荐(0) 编辑

2019年2月13日

摘要: strong @property (nonatomic,strong) <#Class#> *<#object#>; weak @property (nonatomic,weak) <#Class#> *<#object#>; copy @property (nonatomic,copy) NSSt 阅读全文
posted @ 2019-02-13 14:02 琴儿Aline 阅读(633) 评论(0) 推荐(0) 编辑
 
摘要: 1.在Xcode 10 以后我们的代码块从右下角,跑到了右上角了(如图所示) 2.添加代码块的方式也不用像原来拖拽的方式了: 选中需要添加的代码块,右键 --> Create Code Snippet(如图所示) 自定义代码块 我们以 strong 来举例 @property (nonatomic, 阅读全文
posted @ 2019-02-13 11:37 琴儿Aline 阅读(3019) 评论(0) 推荐(0) 编辑