Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 톰켓
- 인코딩
- 이클립스
- java
- JavaScript
- encoding
- HTML
- iphone
- ios
- 티스토리 초대
- XML
- ipad
- Memory
- udp
- Tomcat
- jQuery
- Android
- WebView
- Eclipse
- jsp
- spring
- Objective C
- 티스토리 초대장
- Database
- MySQL
- permgen space
- UIWebView
- C#
- 메모리
- 한글
Archives
- Today
- Total
목록화면 (1)
suroMind
[iOS] iPhone, iPad 가로, 세로 고정
아이폰을 개발하다 보면 회전을 한다든지 세로 또는 가로 고정으로 해야 할 때가 있습니다. 아래 코드는 UIViewController 에서 모든 방향으로 회전이 가능한 코드입니다. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations return YES; } UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight retu..
IT분야/iOS
2012. 2. 5. 14:24