上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
  2017年10月9日
摘要: CustomTableViewCell.h CustomTableViewCell.m ViewController.m 阅读全文
posted @ 2017-10-09 17:27 麦芽呀~ 阅读(1251) 评论(0) 推荐(0)
摘要: view.m cell.m 阅读全文
posted @ 2017-10-09 17:15 麦芽呀~ 阅读(3519) 评论(0) 推荐(0)
摘要: [self.speakerButton mas_remakeConstraints:^(MASConstraintMaker *make) { make.left.equalTo(self.authorSepLineView.mas_right).offset(5); make.centerY.equalTo(self.authorButton.m... 阅读全文
posted @ 2017-10-09 16:54 麦芽呀~ 阅读(4668) 评论(0) 推荐(0)
摘要: 使用: 阅读全文
posted @ 2017-10-09 16:53 麦芽呀~ 阅读(5007) 评论(0) 推荐(0)
  2017年9月27日
摘要: //1.时间格式 NSDateFormatter *_dateFormatter = [[NSDateFormatter alloc] init]; [_dateFormatter setDateFormat:@"YYYY年MM月dd天hh小时mm分ss秒"]; //2.获取系统时间 NSString *date = [_dateFormatter stringFromDate:[... 阅读全文
posted @ 2017-09-27 16:52 麦芽呀~ 阅读(4404) 评论(0) 推荐(0)
  2017年9月26日
摘要: //通过宽度算高度 - (CGFloat)sugguestHeightForWidth:(CGFloat)width { NSLayoutConstraint *tempWidthConstraint = [NSLayoutConstraint constraintWithItem:self attribute:N... 阅读全文
posted @ 2017-09-26 14:20 麦芽呀~ 阅读(473) 评论(0) 推荐(0)
  2017年8月23日
摘要: 来自:http://www.jianshu.com/p/00d4fe5a3c1a 阅读全文
posted @ 2017-08-23 15:55 麦芽呀~ 阅读(892) 评论(0) 推荐(0)
摘要: //解决键盘遮盖输入框 CGRect frameVC = CGRectMake(0, 64, self.view.hm_width, self.view.hm_height-64); UITableViewController* tvc=[[UITableViewController alloc] 阅读全文
posted @ 2017-08-23 09:08 麦芽呀~ 阅读(1863) 评论(0) 推荐(0)
  2017年8月22日
摘要: NSUserDefaults+HMReader.h NSUserDefaults+HMReader.m 使用,以缓存字符串数据为例: 阅读全文
posted @ 2017-08-22 20:12 麦芽呀~ 阅读(217) 评论(0) 推荐(0)
  2017年8月8日
摘要: 1. ....cell.h 2. ...cell.m 3. ...tableView.m 阅读全文
posted @ 2017-08-08 10:33 麦芽呀~ 阅读(1243) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页