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

浙公网安备 33010602011771号