09 2015 档案

摘要:1.准备注意:一定要让你的真机设备的系统版本和app的系统版本想对应,如果不对应就会出现一个很常见的问题:could not find developer disk image首先,准备好下面的设备机相关软件MAC版本:OSX10.10.4Xcode版本:Xcode7 beta5(点击下载) 真机设... 阅读全文
posted @ 2015-09-30 15:27 偷窃者 阅读(454) 评论(0) 推荐(1)
摘要:- (void)text:(NSString *)str color:(UIColor *)color font:(UIFont *)font{ if (!str) str = self.text; if (!color) color = self.textColor; if (!... 阅读全文
posted @ 2015-09-25 14:28 偷窃者 阅读(935) 评论(4) 推荐(0)
摘要:#import@interfaceNSString (HXAddtions)+(NSString *) jsonStringWithDictionary:(NSDictionary *)dictionary;+(NSString *) jsonStringWithArray:(NSArray *)a... 阅读全文
posted @ 2015-09-24 10:02 偷窃者 阅读(634) 评论(1) 推荐(0)
摘要:/*!* @brief 把格式化的JSON格式的字符串转换成字典* @param jsonString JSON格式的字符串* @return 返回字典*/+ (NSDictionary *)dictionaryWithJsonString:(NSString *)jsonString {if (j... 阅读全文
posted @ 2015-09-11 16:40 偷窃者 阅读(4273) 评论(0) 推荐(0)