摘要: //初始化textfield并设置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)]; //设置边框样式,只有设置了才会显示边框样式 tex... 阅读全文
posted @ 2015-05-27 11:41 iOS_hevin 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 在为中文输入法时,点击联想出来的字一样有用的办法。 阅读全文
posted @ 2015-05-27 10:26 iOS_hevin 阅读(362) 评论(2) 推荐(1) 编辑