catol系列之textfiled.docVIP

  • 2
  • 0
  • 约9.44千字
  • 约 11页
  • 2017-09-11 发布于四川
  • 举报
catol系列之textfiled

IOS-TextField系列 //初始化textfield并设置位置及大小 ? UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)]; ? //设置边框样式,只有设置了才会显示边框样式?? ? text.borderStyle = UITextBorderStyleRoundedRect; ??typedef enum { ? ? UITextBorderStyleNone,? ? ? UITextBorderStyleLine, ? ? UITextBorderStyleBezel, ? ? UITextBorderStyleRoundedRect ? ? } UITextBorderStyle; ?? //设置输入框的背景颜色,此时设置为白色?如果使用了自定义的背景图片边框会被忽略掉?? ?? text.backgroundColor = [UIColor whiteColor]; ? //设置背景 ? text.background = [UIImage imageNamed:@dd.png]; ? //设置背景? ? text.disabledBackground = [UIImage imageNamed:@cc.png]; //当输入框没有内容时,水印提示?

文档评论(0)

1亿VIP精品文档

相关文档