摘要:
UITabBarController是IOS中很常用的一个viewController,例如系统的闹钟程序,ipod程序等。UITabBarController通常作为整个程序的rootViewController,而且不能添加到别的container viewController中。 首先我们看... 阅读全文
摘要:
1、删掉工程中main.storyboard 后要删除plist文件中对应的键值,否则会报如下错误:Could not find a storyboard named 'Main' in bundle NSBundle2、删除main.storyboard后,需要在AppDelegate.m中初始化... 阅读全文
摘要:
检查更新这个功能,在iOS开发中也是比较常见的,下面总结一下我自己的实现:[objc] view plaincopyprint?#pragmamark-检查更新 -(void)checkUpdateWithAPPID:(NSString*)APPID{//获取当前应用版本号 NSDictionary... 阅读全文
摘要:
1.找到SDImageCache类2.添加如下方法:[objc] view plaincopyprint?-(float)checkTmpSize{floattotalSize=0;NSDirectoryEnumerator*fileEnumerator=[[NSFileManagerdefault... 阅读全文