摘要: //初始化textfield并设置位置及大小UITextField *text = [[UITextField alloc] initWithFrame:CGRectMake(20, 20, 130, 30)];//设置边框样式,只有设置了才会显示边框样式typedef enum { UITextBorderStyleNone, UITextBorderStyleLine, UITextBorderStyleBezel, UITextBorderStyleRoundedRect } UITextBorderStyle;text.borderStyle = UITextBorderSt... 阅读全文
posted @ 2014-01-24 13:28 limengdev 阅读(741) 评论(0) 推荐(1)