摘要:
//初始化textfield并设置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)]; //设置边框样式,只有设置了才会显示边框样式 text.borderStyle = U 阅读全文
posted @ 2016-03-28 19:36
三十而立_不破不立
阅读(2814)
评论(0)
推荐(0)
摘要:
1 NSMutableAttributedString *c = [[NSMutableAttributedString alloc] initWithString:@"忘记密码?"]; 2 NSRange contentRange = {0, [c length]}; 3 [c addAttribute:NSUnderlineStyleAttributeName value:[... 阅读全文
posted @ 2016-03-28 14:46
三十而立_不破不立
阅读(589)
评论(0)
推荐(0)
浙公网安备 33010602011771号