iOS storyboard 与 xib 间相互跳转
生活随笔
收集整理的這篇文章主要介紹了
iOS storyboard 与 xib 间相互跳转
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
項目結構
storyboard 跳轉到 xib
restaurantViewController *vc = [[restaurantViewController alloc] initWithNibName:@"restaurantViewController" bundle:[NSBundle mainBundle]]; [self presentViewController:vc animated:YES completion:^{NSLog(@"進入"); }];xib 跳轉到 storyboard
UIStoryboard *sb = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]]; ViewController *vc = [sb instantiateViewControllerWithIdentifier:@"main"]; [self presentViewController:vc animated:YES completion:^{NSLog(@"退回"); }];注意:
[UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]]; 代碼中的Main是?storyboard?文件的名字。
ViewController *vc = [sb instantiateViewControllerWithIdentifier:@"main"]; 代碼中main是?Storyboard ID,如何設置呢,點擊要跳轉的 storyboard 文件,如下圖操作
總結
以上是生活随笔為你收集整理的iOS storyboard 与 xib 间相互跳转的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 清晰度、分辨率、像素、4K、HDR的区别
- 下一篇: 在线客服系统源码(外贸多语言带翻译网页在