摘要:1 - (void)removeVC:(UIViewController *)urViewControllerClass 2 { 3 NSArray* tempVCA = [self.navigationController viewControllers]; 4 for(UIVi...
阅读全文
摘要:self.table.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, self.table.bounds.size.width, 8.0f)];
阅读全文
摘要:@interface ViewController (){ BOOL isHaveDian;}@end 1 - (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacem...
阅读全文
摘要:1、获取设备的信息1 UIDevice *device = [[UIDevice alloc] int]; 2 NSString *name = device.name; //获取设备所有者的名称 3 NSString *model = device.name...
阅读全文
摘要:UIWebView 打开文件的时候适应屏幕设置当设置 webView.scalesPageToFit = YES,那么打开的无论是网页还是txt,doc文档,都是适应了屏幕显示的,可以通过触摸拉伸放大;如果设置该属性为NO的时候,则页面是经过放大了的,对于doc,xls文档来说,显示的字体比较大,无...
阅读全文
摘要:cocoapods 安装报错 ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/xcodeproj执行下面语句安装即可:sudo gem install -n /usr/local/bin...
阅读全文