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
- 한글
- udp
- Eclipse
- HTML
- java
- JavaScript
- Memory
- WebView
- jsp
- Database
- jQuery
- 인코딩
- Tomcat
- encoding
- 이클립스
- 메모리
- 티스토리 초대
- Objective C
- C#
- XML
- MySQL
- 티스토리 초대장
- spring
- ios
- iphone
- permgen space
- Android
- ipad
- 톰켓
- UIWebView
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