반응형
역시 웬만한 디버깅 자료는 (Xcode) 외국자료가 대부분... 애초에 한국어 웹엔 기대를......안하는게 좋겠다 싶다.
Xib 로 기존에 같이 생성되지 않고 ~ipad 용을 따로 만들다가 생긴 에러처리 file owner 이외 view e도 추가.
I have been playing with Xcode and Interface Builder by doing assignments from the iPhone App Development Course from Stanford.
I had an error on one of the assignments and eventually figured it out, here’s the step by step instructions with snapshots.
- Open the .xib file that is causing the problem in Interface Builder.
- Check that the File’s Owner class is the correct ViewController.
- In the inspector window (right sidebar) click on the tab with the blue circle and arrow in it.
- You will see a table with Outlets. Click on the circle of VIEW and drag it to theVIEW icon.
- Save everything in Interface Builder, and you should be good.
반응형
'옛글 > 아이폰 프로그래밍' 카테고리의 다른 글
[iOS프로그래밍] Objective-C Code Rule (0) | 2012.05.16 |
---|---|
[iOS프로그래밍] 뷰 안에 뷰는 관리하지 않는다! (1) | 2012.05.15 |
[iOS프로그래밍] iOS 이미지 리소스 관리(Retina Ipad @2x 명명법포함) (1) | 2012.05.10 |
[iOS프로그래밍] iOS Bluetooth 사용 범위 (0) | 2012.05.09 |
[iOS프로그래밍] 한글지원 TTS API ISpeech (0) | 2012.05.09 |