现在的位置: 首页 > 综合 > 正文

IOS开发之控件(Ⅰ)

2012年04月21日 ⁄ 综合 ⁄ 共 259字 ⁄ 字号 评论关闭

1.iOS开发 对话框UIActionSheet和UIAlertView用法

http://www.pocketdigi.com/20120220/663.html

2.密码框:

[password setSecureTextEntry:YES];

还有一种方式是 在XIB中拖入一个 TextField ,在Attributes Inspecter 中把 Secure 那个chekbox给勾上。 

3. UIView设置背景图片的方法

http://blog.csdn.net/qijianli/article/details/7777268

抱歉!评论已关闭.