摘要: (1) //初始化textfield并设置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)]; (2) //设置边框样式,只有设置了才会显示边框样式 text.borderS 阅读全文
posted @ 2016-09-12 09:26 Betterer 阅读(210) 评论(0) 推荐(0) 编辑