UITextField *text = [[UITextField alloc] initWithFrame:CGRectMake(, , , )];
text.borderStyle = UITextBorderStyleRoundedRect; NSMutableAttributedString * attributedStr = [[NSMutableAttributedString alloc]initWithString:@"密码"];
[attributedStr addAttribute:NSForegroundColorAttributeName value:[UIColor redColor] range:NSMakeRange(, attributedStr.length)];
text.attributedPlaceholder = attributedStr; [self.view addSubview:text];

最新文章

  1. 数字与字母 随机数小demo
  2. indent guides 格式化代码(添加竖线)
  3. matlab search path
  4. js key事件 keyCode大全
  5. hdu Number Sequence
  6. leetcode Minimum Depth of Binary Tree python
  7. Tesseract Ocr引擎
  8. DOM和BOM
  9. iOS开发——MD5加密
  10. 包装一个php的验证码类
  11. python之socket--粘包补充
  12. LeetCode 342. Power of Four (4的次方)
  13. 红米手机4A怎么样刷入开发版获得ROOT权限
  14. db2常用语句
  15. Poco::Crypto--加解密(AES)
  16. tensorflow省钱方案-ml-engine
  17. Ubuntu下的网络服务
  18. 如何优化mysql查询速度
  19. Samba远程代码执行漏洞(CVE-2017-7494)复现
  20. 边的双联通+缩点+LCA(HDU3686)

热门文章

  1. JavaScript触屏滑动API介绍
  2. 【转载】保哥 釐清 CLR、.NET、C#、Visual Studio、ASP.NET 各版本之間的關係
  3. Scrapy开发指南
  4. 多线程中的volatile和伪共享
  5. struts2中从后台读取数据到<s:select>
  6. 苹果 OS X 系统U盘重装-抹盘重装、系统盘制作
  7. Laravel大型项目系列教程(二)之用户管理
  8. 安装redis以windows服务形式
  9. jQuery Validate 表单验证 — 用户注册简单应用
  10. SSIS 实例——将SQL获取的信息传递到Email中