也许你也能用到,iPhone开发小技巧系列(二)
?
iPhone开发小技巧第二期
?
都是一些很简单的东西,但是会经常用到或碰到,所以记录下来以备查找,希望对你也有用。
?
?
?
6.怎样将UITextField设置为不可编辑
http://www.vktone.com/articles/disable_editing_for_uitextfield.html
?
7.将UITextField设置为密码输入
http://www.vktone.com/articles/set_uitextfield_password.html
?
8.如何在NSMutableArray中添加空元素
http://www.vktone.com/articles/objc_array_with_nil_value.html
?
9.让被软键盘遮住的UITextField重见天日
http://www.vktone.com/articles/make_uitextfield_visible_input.html
?
10.在Cell中添加自定义按钮
http://www.vktone.com/articles/add_custom_button_to_cell.html
下期继续。
?