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 |
Tags
- 데이터 전달
- C#
- 와이브로
- self-signed ssl
- MFC
- crashlog
- Font
- plcrashreporter
- C/C++
- .net
- protobuf-c
- API
- Antialiasing
- 블루투스 헤드셋
- EUC-KR
- JavaScript
- docker
- 기념일관리
- ClickOnce
- net
- php
- M8200
- 자바스크립트
- 설치제거
- phpmailer
- PDA
- GDI
- VS2008
- 크래시로그
- 한 번만 실행
Archives
- Today
- Total
목록2009/06/22 (1)
~☆~ 우하하!!~ 개발블로그
UIViewController 의 shouldAutorotateToInterfaceOrientation 함수에서 가로보기 모드 또는 세로보기 모드를 고정시킬 수가 있다. UIViewController 의 shouldAutorotateToInterfaceOrientation 함수의 기본 내용은 다음과 같다. // Override to allow orientations other than the default portrait orientation. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations return (inte..
iPhone & Cocoa
2009. 6. 22. 20:06