2015年12月3日

UI基本之UITextField相关方法属性

摘要: 1 //初始化textfield并设置位置及大小 2 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)]; 3 4 //设置边框样式,只有设置了才会显示边框样式 5 tex... 阅读全文

posted @ 2015-12-03 20:29 ishemQ比特 阅读(136) 评论(0) 推荐(0) 编辑

导航