09 2014 档案
摘要:1.在首页ViewController里,隐藏了Navigationbar,下个页面里setNavigationBarHidden 显示 切换过去的时候,bar动画加载异常,后来发现是在appdelegate里用图片做的导航栏颜色,在子页面viewwillappear里,改用uicolor设置ba...
阅读全文
摘要:以下有三种方法实现单例模式,支持懒初始化和线程安全全局变量结构dispatch_once全局变量:这里使用了全局变量而非类变量,是因为不支持类变量private let _SingletonSharedInstance = Singleton()class Singleton { class...
阅读全文
摘要:RSMacBook-Pro:~ RS$ pod search jsonkit/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55...
阅读全文
摘要:AVCaptureDevice的方法,之前查了网上和stackoverflow上,没有,于是自己试着做了下,成功了,分享下。//实例化AVCaptureDevice *captureDevice = [[AVCaptureDevice alloc] init];//先进行判断是否支持控制对焦if ...
阅读全文
摘要:MPMoviePlayerViewController *moviePlayerViewController = [[MPMoviePlayerViewController alloc] init]; moviePlayerViewController.view.frame = CGRe...
阅读全文
摘要:可用于版本让用户手动检测是否有版本更新可用。NSDictionary*infoDictionary=[[NSBundlemainBundle]infoDictionary];CFShow(infoDictionary);//app名称NSString*app_Name=[infoDictionary...
阅读全文

浙公网安备 33010602011771号