티스토리 뷰

Mobile/iOS

[iOS]Storyboard 호출하기

out of coding 2016. 3. 10. 14:45

Storyboard에 개발하여둔 내용을 화면에 불러와서 사용할수 있다.


UIStoryboard* storyBoard = [UIStoryboard storyboardWithName:@"Storyboard" bundle:[NSBundle mainBundle]];

StaticTableViewController* viewController = [storyBoard instantiateViewControllerWithIdentifier:@"TestTableView"];

[self.navigationController pushViewController:viewController animated:YES];


storyboardWithName은 File의 이름이고,

instantiateViewControllerWithIdentifier는 Storyboard에 넣어둔 Storyboard ID값이다.

'Mobile > iOS' 카테고리의 다른 글

[iOS]LocalNotification  (0) 2016.03.10
[iOS]Deprecation Warning 없애기  (0) 2016.03.10
[iOS]NSMutableURLRequest 사용  (0) 2016.03.09
[iOS]NSTimer  (0) 2016.03.09
[iOS]UIWebViewDelegate의 이용  (0) 2016.03.09
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함