2015年9月8日

计算时间间距

摘要: - (NSString *)intervalSinceNow: (NSString *) theDate{ NSDateFormatter *date=[[NSDateFormatter alloc] init]; [date setDateFormat:@"yyyy-MM-dd HH:mm:ss... 阅读全文

posted @ 2015-09-08 16:03 ZQHE 阅读(214) 评论(0) 推荐(0) 编辑

2015年8月28日

UILabel设置行间距等属性:

摘要: UILabel设置行间距等属性:NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc]initWithString:contentLabel.text];; NSMutablePara... 阅读全文

posted @ 2015-08-28 18:06 ZQHE 阅读(171) 评论(0) 推荐(0) 编辑

2015年8月19日

字典NSDictionary和Json字符串互相转换

摘要: 编码过程中,数据的处理是必要的。众多数据中,NSString、NSData、NSArray、 NSDictionary等数据类型是常用的,对付它们容易,但是在多个数据类型之间转换,就需要技巧啦。(可能不全面,根据LZ本身项目需求,一直在添 加,望给大家提供方便) 在编码过程中,数据的处理是必要的。众... 阅读全文

posted @ 2015-08-19 13:51 ZQHE 阅读(1045) 评论(0) 推荐(0) 编辑

2015年4月18日

iOS改变button的image和title位置 根据UIEdgeInsets

摘要: 刚从网上发现的属性 设置按钮内容 上image下title在UIButton中有三个对EdgeInsets的设置:ContentEdgeInsets、titleEdgeInsets、imageEdgeInsets@property(nonatomic) UIEdgeInsets conte... 阅读全文

posted @ 2015-04-18 22:56 ZQHE 阅读(2676) 评论(0) 推荐(0) 编辑

导航