티스토리 뷰
일반적인 모달뷰 띄우기
[원문] http://mela.ertale.com/blog/?p=107
DatePickerViewController *datePickerViewController = [[DatePickerViewController alloc] initWithNibName:@"DatePickerViewController" bundle:nil]; [self presentModalViewController:datePickerViewController animated:YES];를
DatePickerViewController *datePickerViewController = [[DatePickerViewController alloc] initWithNibName:@"DatePickerViewController" bundle:nil]; UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:datePickerViewController]; [self presentModalViewController:navigationController animated:YES];위와 같이 덧붙이고 수정 해주면 된다.
[원문] http://mela.ertale.com/blog/?p=107
'모바일 > iOS' 카테고리의 다른 글
iOS 키보드 숨기기 (1) | 2012.02.07 |
---|---|
애플 개발툴(Xcode) 직접 다운로드 (0) | 2012.02.06 |
SNS공유 라이브러리 ShareKit 0.2.1 iOS5 에서 Cancel 버튼 안먹는문제 해결 (0) | 2012.01.30 |
모달 자식에서 부모창 Object 제어방법 (0) | 2012.01.30 |
UITableViewCellStyle & 구성요소 (0) | 2012.01.20 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- JQuery
- classic asp
- nginx
- IE
- Prototype
- iphone
- nodejs
- Docker
- 한글
- ASP
- Wordpress
- 워드프레스
- CSS
- centos
- git
- PHP
- 안드로이드
- iis
- API
- JSON
- macos
- mssql
- javascript
- sencha touch
- IOS
- Linux
- laravel
- Mac
- Android
- Debug
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함