2017年12月23日
摘要: 1.导入第三方库 2.使用 阅读全文
posted @ 2017-12-23 21:41 麦芽呀~ 阅读(1437) 评论(0) 推荐(0) 编辑
摘要: BYXCMenuItem.h BYXCMenuItem.m FNAgendaDetailTitleTableViewCell.h 阅读全文
posted @ 2017-12-23 21:37 麦芽呀~ 阅读(896) 评论(0) 推荐(0) 编辑
摘要: 1.presentViewController跳转的时候需要显示导航栏的时候: 阅读全文
posted @ 2017-12-23 15:19 麦芽呀~ 阅读(167) 评论(0) 推荐(0) 编辑
  2017年12月10日
摘要: _textView = [[UITextView alloc] initWithFrame:CGRectMake(13, 10, UIScreenWidth-26, 20)]; [self.contentView addSubview:_textView]; _textView.textColor = UIColorFromRGB(0x111111);... 阅读全文
posted @ 2017-12-10 15:57 麦芽呀~ 阅读(2032) 评论(0) 推荐(0) 编辑
  2017年11月29日
摘要: UITextField: [textField addTarget:self action:@selector(textFieldDidChange:) forControlEvents:UIControlEventEditingChanged]; - (void) textFieldDidChange:(id) sender { UITextField *_field = (U... 阅读全文
posted @ 2017-11-29 21:12 麦芽呀~ 阅读(7228) 评论(2) 推荐(0) 编辑
  2017年10月11日
摘要: FLAudioVisualizerView.h FLAudioVisualizerView.m ViewController.m 阅读全文
posted @ 2017-10-11 10:29 麦芽呀~ 阅读(307) 评论(0) 推荐(0) 编辑
  2017年10月9日
摘要: CustomTableViewCell.h CustomTableViewCell.m ViewController.m 阅读全文
posted @ 2017-10-09 17:27 麦芽呀~ 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: view.m cell.m 阅读全文
posted @ 2017-10-09 17:15 麦芽呀~ 阅读(3471) 评论(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 麦芽呀~ 阅读(4650) 评论(0) 推荐(0) 编辑
摘要: 使用: 阅读全文
posted @ 2017-10-09 16:53 麦芽呀~ 阅读(4987) 评论(0) 推荐(0) 编辑