728x90
1 Xcode 설치
2 프로젝트 생성
- create a new Xcode Project 클릭
- ios tab -> app -> next
- interface: storyboard / language: swift
3. Hello World앱 만들기
- 왼쪽 파일 목록에서 Main.storyboard 파일 선택 -> View Controller 아래 View 클릭
- 우측 상단 '+' 아이콘 클릭(Object Library) -> Label, Button을 각각 View 화면으로 드래그
- 화면에 올려 놓은 Lable, Button 클릭 -> 우측 Show the Attributes inspector 탭 선택 -> title, font 수정
- 알맞은 기기 선택 (iPhone 11) -> 좌측 상단 재생 버튼(Build) 클릭
- simulator 확인
728x90
반응형
'ComputerScience > ios App(Storyboard)' 카테고리의 다른 글
ios - 6 swift 기본문법(Tuple, Flow Control) (0) | 2021.01.28 |
---|---|
ios - 5 Auto Layout, 앱 아이콘, 이름 설정 (0) | 2021.01.28 |
ios - 4 Outlet, Image View (0) | 2021.01.27 |
ios - 3 다음 프로젝트를 위한 기초 지식 (0) | 2021.01.26 |
ios - 2 Button에 Action 추가하기 (0) | 2021.01.24 |