티스토리 뷰
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
TAG
- Linux
- ubuntu
- ios
- android
- github
- git
- go
- SWIFT
- cocoapods
- Gradle
- nodejs
- windows10
- golang
- intellij
- centos8
- php
- Codable
- Python
- rxswift
- MySQL
- Spring
- Java
- docker
- Windows
- Kotlin
- tomcat
- CentOS
- enum
- Xcode
- war
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함