摘要: 常常会用到对plist文件的封装,毕竟初学者,多记有经验 +(NSArray *)LoadFriendsDataFromPlist:(NSString *)pliatName{ NSString * filePath = [[NSBundle mainBundle]pathForResource:p 阅读全文
posted @ 2016-03-01 20:15 浪味小仙女 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 因为总是忘记所以记一下 1.scrollToRowAtIndexPath QQ会话中总是希望添加一行就向上滚动总是显示最新的消息 NSIndexPath *lastIndexPath = [NSIndexPath indexPathForRow:_messageArray.count-1 inSec 阅读全文
posted @ 2016-03-01 20:13 浪味小仙女 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 在仿写QQ会话的时候背景蓝色图片是拉伸而来,但是有些地方是受保护的不能拉伸 所以定义了下面的工具类中的一个方法,专门拉伸图片 UIImageResizingModeStretch:拉伸模式,通过拉伸UIEdgeInsets指定的矩形区域来填充图片 UIImageResizingModeTile:平铺 阅读全文
posted @ 2016-03-01 20:03 浪味小仙女 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 1.简单设置带属性的字符串 定义一个NSMutableAttributedString带属性的字符串 NSMutableAttributedString *str = [[NSMutableAttributedString alloc] initWithString:@"hello[1_1] wor 阅读全文
posted @ 2016-03-01 19:53 浪味小仙女 阅读(2739) 评论(0) 推荐(0) 编辑