随笔分类 -  ios--[开发技术]

上一页 1 ··· 4 5 6 7 8
摘要:创建一个 Timer+ scheduledTimerWithTimeInterval: invocation: repeats:+ (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)ti invocation:(NSInvocation *)invocation repeats:(BOOL)yesOrNo;+ scheduledTimerWithTimeInterval: target: selector: userInfo: repeats:+ (NSTimer *)scheduledTimerWithTimeInterval 阅读全文
posted @ 2013-08-02 13:58 ejllen 阅读(230) 评论(0) 推荐(0)
摘要:在使用Storyboard管理的iOS应用中,它的组成部分为AppDelegate和ViewController这两个类以及MainStoryboard.storyboard文件组成。Storyboard编辑器和Interface Builder很像(我觉得,他们其实就是一样的)。Storyboard管理不是一个视图控制器,而是所有的视图控制器。建立在storyboard上的应用程序,在它启动时,使用 键UIMainStoryboardFile去指定必须被加载的storyboard的名字。可以看到该类继承自UIResponder,这是使用storybaord的要求,而以前使用使用nib时,应用 阅读全文
posted @ 2013-08-02 11:53 ejllen 阅读(256) 评论(0) 推荐(0)
摘要:http://www.cocoachina.com/ 苹果开发中文网站http://blog.csdn.net/totogo2010 容芳志的IOS专栏http://code4app.com/ios的特效开源代码http://v.youku.com/v_show/id_XMzg2NjYzNjIw.html 奥迪A6全新营销概念 用于苹果IPAD 阅读全文
posted @ 2013-08-01 09:57 ejllen 阅读(151) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8