摘要:
#import In the C language, the #include pre-compile directive always causes a file's contents to be inserted into the source at that point. Objective-C has the equivalent #import directive except ea... 阅读全文
摘要:
1、首先缓存图片,等待后面利用本地url来取 dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ TTURLCache *cache = [TTURLCache sharedCache]; for (NSDictionary *item in... 阅读全文
摘要:
http://www.gocalf.com/blog/iphone-dev-hide-status-bar.html 1、在info.plist里面 Status bar is initially hidden 设置为 YES 2、在appDelagate里面 设置 [application setStatusBarHidden:NO withAnimation:UIStatusBarAni... 阅读全文