Start ! iPhone Dev 남기수
Table of contents 1.Xcode - Xcode Install - Start Project ! 2. Dev. - Architecture - Create UI 3. Example - 스마트 대면맞고
Xcode Install
Welcome ! 기존 프로젝트 생성 새 프로젝트 생성
Start Project ! Run Stop
Window App Delegate UIWindow *window MainViewController *mainViewController MainViewController UIViewController *vc1 UIViewController *vc2 UIViewController *vc3 vc1 Appdelegate vc1 View MainViewController ViewController View Architecture ( 사용자 시점 )
Create UI How to? 1. Code 2. Interface Builder 3. Storyboard
Code 1) 버튼등록 2) 버튼클릭에 대한 함수 호출로 ViewController 를 생성
Interface Builder 1)Action 에 관한 처리 2)Custom Control 등을 GUI 로 처리 ( 코드 자동생성 ) 1)Action 에 관한 처리 2)Custom Control 등을 GUI 로 처리 ( 코드 자동생성 )
Storyboard 1) 버튼을 우클릭 해서 ViewController 로 드래그 2) Modal 선택 * 버튼클릭 -> ViewController 전환이 자동으로 완성
Storyboard
Example
Thank you! 참고자료 : Xcode 설치 – Code UI 생성 – ‘ 스마트 대면맞고 ’ Storyboard -