StoryBoard ID && Restoration ID

Posted gaogaihui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了StoryBoard ID && Restoration ID相关的知识,希望对你有一定的参考价值。

使用storyboard布局界面的时候,对于这2个ID存在疑惑,查到后拿来分享一下!
 
 
StoryBoard ID && Restoration ID   
StoryBoard ID 是用来区分故事板中控制器的;
 
 
获取Storyboard
+ (UIStoryboard *)storyboardWithName:(NSString *)name bundle:(NSBundle *)storyboardBundleOrNil
 
获取初始控制器(箭头指向的那个控制器)
- (id)instantiateInitialViewController
 
找到对应的控制器,这里参数就是 StoryBoard ID
- (id)instantiateViewControllerWithIdentifier:(NSString *)identifier;
 
 
Restoration ID 是系统进入后台或者应用被终止,app重新起来时的用于恢复时使用。
 
 

以上是关于StoryBoard ID && Restoration ID的主要内容,如果未能解决你的问题,请参考以下文章

Storyboard & XIB 自己的理解

code VS SB && _XX VS self.XX

code VS SB && _XX VS self.XX

iOS开发——OC篇&纯代码退出键盘

UILabel && UIButton

LaunchScreen.storyboard 中 iPad 启动画面的不同背景图像,用于横向和纵向模式