02 2015 档案

摘要:iOS开发的一些奇巧淫技http://www.cocoachina.com/ios/20141229/10783.htmliOS开发的一些奇巧淫技2http://www.cocoachina.com/ios/20141229/10801.htmliOS开发的一些奇巧淫技3http://www.coc... 阅读全文
posted @ 2015-02-11 09:33 蓝色的风1203 阅读(108) 评论(0) 推荐(0) 编辑
摘要:实例化方法和使用方法实例化方法:使用字符串初始化- (id)initWithString:(NSString*)str;例:NSMutableAttributedString*AttributedStr = [[NSMutableAttributedStringalloc]initWithStrin... 阅读全文
posted @ 2015-02-09 11:08 蓝色的风1203 阅读(1949) 评论(0) 推荐(0) 编辑
摘要:- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ [cell setNeedsUpdateConstraints]; [cell updateC... 阅读全文
posted @ 2015-02-06 16:53 蓝色的风1203 阅读(275) 评论(0) 推荐(0) 编辑
摘要:#pragma mark - 将图片转换成圆形-(UIImage*) circleImage:(UIImage*) image withParam:(CGFloat) inset { UIGraphicsBeginImageContext(image.size); CGContextRef co... 阅读全文
posted @ 2015-02-04 11:26 蓝色的风1203 阅读(327) 评论(0) 推荐(0) 编辑