摘要: 1,创建UITextField,并且设置代理searchField = [[UITextField alloc]initWithFrame:CGRectMake(0,5,320,36)] ; searchField.textColor= [UIColor colorWithRed:0.0/25... 阅读全文
posted @ 2015-06-25 18:05 NSJELLY 阅读(989) 评论(0) 推荐(0) 编辑
摘要: //初始化textfield并设置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)];//设置边框样式,只有设置了才会显示边框样式 text.borderStyle = U... 阅读全文
posted @ 2015-06-25 14:15 NSJELLY 阅读(245) 评论(0) 推荐(0) 编辑