摘要: 熟练掌握C/C++/Objective-C/Swift语言;熟悉Cocoa Touch(Foundation,UIKit)、Objective-C中block,gcd,NSOperation等;熟悉Object消息传递等机制,Objective-C Runtime,阅读源码;熟练使用大部分iOS平台... 阅读全文
posted @ 2015-09-02 21:30 AbelSu 阅读(262) 评论(0) 推荐(0) 编辑
摘要: OC: 1.要使启动界面图片全屏,要在Info.plist中将UIStatusBarHidden,值设为YES. 2.然后再AppDelegate.m中添加[[UIApplication sharedApplication]setStatusBarHidden:NO withAnimation:UI 阅读全文
posted @ 2015-09-02 15:09 AbelSu 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 对于Swift:第一步:在Info.plist中设置UIViewControllerBasedStatusBarAppearance 为NO第二步:在viewDidLoad中加一句(也可以在AppDelegate.swift里添加)UIApplication.sharedApplication().... 阅读全文
posted @ 2015-09-02 15:04 AbelSu 阅读(1967) 评论(0) 推荐(0) 编辑