摘要:最近在IPhone的项目中遇到的一个Build error,最后解决方法如下:在Build configuration里面, Search Paths -> Header Search Paths, 去掉 *.*, 去掉不必要的 recursive search。
阅读全文
随笔分类 - 代码片断
摘要:+ (NSString*) stringWithUUID{CFUUIDRefuuidObj = CFUUIDCreate(nil);//create a new UUID //get the string representation of the UUIDNSString*uuidString = (NSString*)CFUUIDCreateString(nil, uuidObj);CFRel...
阅读全文
摘要:如何设置使#ifdef DEBUG 能够工作。
阅读全文
摘要:Tricky的方式设置UIAlertView左对齐。
阅读全文
摘要:在Info.plist里加UIPrerenderedIcon为 1 即可。
阅读全文

浙公网安备 33010602011771号