IP属地:湖北
使用场景举例:可以用在处理用户用户输入在UITextField的文本 //待处理的字符串 NSString *string = @" A B C...
1、UIWebView设置字体大小,颜色,字体: UIWebView无法通过自身的属性设置字体的一些属性,只能通过html代码进行设置 在web...
self.navigationController.interactivePopGestureRecognizer.enabled = NO;
1、单个处理 YourViewController *yourVC = [YourViewController new]; yourVC.hid...
先用iTunes Link Maker找到软件在访问地址,格式为itms-apps://ax.itunes.apple.com/…,然后 #de...
这里有一个误区,很多同学直接使用UITextField,然后在VC里面写这个方法,返回NO,没效果。怎么搞都不行,但是如果用UIPasteboa...
textField.placeholder = @"请输入用户名"; [textField setValue:[UIColor redColor...
[button setExclusiveTouch:YES];
_yourTableView.tintColor = [UIColor redColor];