摘要:
今天调试程序遇到这么一个警告! Local declaration of 'XXX' hides instance variable 遇到这种原因,是因为本地变量跟函数参数变量同名。改变其一即可。 阅读全文
posted @ 2016-06-21 23:13
柳仙慧子
阅读(241)
评论(0)
推荐(0)
摘要:
- (NSString *)uuidString { CFUUIDRef uuid_ref = CFUUIDCreate(NULL); CFStringRef uuid_string_ref= CFUUIDCreateString(NULL, uuid_ref); NSString *uuid = 阅读全文
posted @ 2016-06-21 09:25
柳仙慧子
阅读(3574)
评论(0)
推荐(0)
浙公网安备 33010602011771号