UITextField及代理方法
程序员文章站
2022-06-21 23:45:27
注:由于已经将UITextField*text定义为全局变量,所以在新建UITextField时只需写出它的名称text。 text=[[UITextFieldalloc]initWithFrame:CGRectMake(85, 220, 250, 40)]; text.borderStyle=UITextBorderStyleRoundedRect;...
注:由于已经将UITextField*text定义为全局变量,所以在新建UITextField时只需写出它的名称text。
text=[[UITextField alloc]initWithFrame:CGRectMake(85, 220, 250, 40)];
text.borderStyle=UITextBorderStyleRoundedRect;
text.backgroundColor=[UIColor grayColor];
text.placeholder=@"
本文地址:https://blog.csdn.net/wslixiaoliang/article/details/51149815
推荐阅读
-
Android中创建快捷方式及删除快捷方式实现方法
-
交换机出现err-disable原因及解决方法
-
Win8系统发生蓝屏提示reference by pointer错误的故障原因及解决方法
-
Win7系统开机提示An operating system wasnt found错误的原因及三种解决方法
-
win10系统经常假死怎么办 Win10系统电脑经常假死机的原因及解决方法图文教程
-
win7系统提示找不到kx支持的设备请尝试重新安装驱动的原因及解决方法
-
win7系统自动注销怎么办?win7系统经常自动注销的原因分析及两种解决方法
-
win8系统打不开迅雷怎么办?win8系统电脑迅雷无法打开的五种原因及解决方法
-
在Linux系统中查看进程及杀死僵尸进程的方法
-
linux系统磁盘分区及把磁盘挂载到系统中的方法