ios 给label添加复制动作
摘要:BYXCMenuItem.h BYXCMenuItem.m FNAgendaDetailTitleTableViewCell.h
阅读全文
posted @
2017-12-23 21:37
麦芽呀~
阅读(898)
推荐(0) 编辑
ios -- 跳转第三弹
摘要:1.presentViewController跳转的时候需要显示导航栏的时候:
阅读全文
posted @
2017-12-23 15:19
麦芽呀~
阅读(167)
推荐(0) 编辑
iOS -- 不可编辑的UITextView 自动调整高度
摘要:_textView = [[UITextView alloc] initWithFrame:CGRectMake(13, 10, UIScreenWidth-26, 20)]; [self.contentView addSubview:_textView]; _textView.textColor = UIColorFromRGB(0x111111);...
阅读全文
posted @
2017-12-10 15:57
麦芽呀~
阅读(2039)
推荐(0) 编辑