摘要:
//初始化并定义大小 UITextView *textview = [[UITextView alloc] initWithFrame:CGRectMake(20, 10, 280, 30)]; textview.backgroundColor=[UIColor whiteColor]; //背景色 阅读全文
posted @ 2015-07-16 13:43
MichaelMao
阅读(544)
评论(0)
推荐(1)
摘要:
最近做到UITextView, 在取消键盘事件上我以为和UITextField差不多,于是我这样写: 1 UITextView *textView = [[UITextView alloc] initWithFrame:CGRectMake(10, 40, 280, 240)]; 2 [textVi 阅读全文
posted @ 2015-07-16 13:30
MichaelMao
阅读(832)
评论(0)
推荐(0)
浙公网安备 33010602011771号