08 2016 档案

摘要:原文出自 http://blog.qiji.tech/archives/8335#RegEx_Categories [iOS] 利用 NSAttributedString 进行富文本处理 /iOS /[iOS] 利用 NSAttributedString 进行富文本处理 2016年4月4日 刘小龙 阅读全文
posted @ 2016-08-29 12:12 前路弯弯 阅读(5229) 评论(0) 推荐(0)
摘要:倒减回退的图层数量即可 [self.navigationController popToViewController:self.navigationController.viewControllers[self.navigationController.viewControllers.count-2 阅读全文
posted @ 2016-08-17 17:46 前路弯弯 阅读(443) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/4bfcae659a44 常用修改方案: self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript 阅读全文
posted @ 2016-08-17 17:44 前路弯弯 阅读(122) 评论(0) 推荐(0)
摘要:必须头文件 #import <CommonCrypto/CommonDigest.h> // MD5 32位加密 -(NSString *)md5_32:(NSString *)str bool_isUpper:(BOOL)bool_isUpper { const char *cStr = [str 阅读全文
posted @ 2016-08-10 19:54 前路弯弯