码迷,mamicode.com
首页 >  
搜索关键字:uitextfield    ( 915个结果
UItextField 的简单控制
-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(NSRange)rangereplacementString:(NSString*)string{ //Checkfornon-numericcharact....
分类:其他好文   时间:2014-05-10 20:21:36    阅读次数:225
IOS UITextView加上placeholder
UITextView上如何加上类似于UITextField的placeholder呢,其实在UITextView上加上一个UILabel,然后再实现- (BOOL)textView:(UITextView*)textView shouldChangeTextInRange:(NSRange)rang...
分类:移动开发   时间:2014-05-01 14:54:15    阅读次数:462
iOS密码输入框的实现
【iOS密码输入框的实现】 就是一个UITextField,把属性 UITextField.secureTextEntry设置为Yes即可。此种UI效果为iOS默认效果。
分类:移动开发   时间:2014-05-01 12:21:49    阅读次数:437
IOS UITextView加上placeholder
UITextView上如何加上类似于UITextField的placeholder呢,其实在UITextView上加上一个UILabel,然后再实现 - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text这个代理方法就可以了。 ...
分类:移动开发   时间:2014-04-29 13:42:21    阅读次数:337
ios 登录框
往UIAlertView中添加UITextField模拟登录框
分类:移动开发   时间:2014-04-28 07:03:08    阅读次数:627
915条   上一页 1 ... 90 91 92
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!