|
1 | 1 | # iOS-App-Dev-Basics |
2 | 2 |
|
3 | | -## [1. 개발환경](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-개발환경) |
4 | | -* [Xcode 둘러보기](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-1-xcode-둘러보기) `샘플코드 : BareBasic` |
5 | | -* [스토리보드](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-2-스토리보드) `샘플코드 : BareBasic` |
6 | | - |
7 | | -* [인터렉션](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-3-인터렉션) `샘플코드 : HelloiPhone` |
8 | | -* [멀티테스킹](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-3-멀티테스킹) |
9 | | -* 샌드박스 |
10 | | - |
11 | | - |
12 | | - |
13 | | -## 2. Swift Basic |
14 | | -* Swift 언어 소개 |
15 | | -* Types |
16 | | -* Control Flow |
17 | | -* Optional |
18 | | -* Function Type |
19 | | -* Closure |
20 | | -* Class, Struct, Enum |
| 3 | +## [1. 개발환경](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md) |
| 4 | +* [1-1. Xcode 살펴보기](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-1-xcode-살펴보기) `샘플코드 : BareBasic` |
| 5 | +* [1-2. 스토리보드](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-2-스토리보드) `샘플코드 : BareBasic` |
| 6 | + |
| 7 | +* [1-3. 인터렉션](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-3-인터렉션) `샘플코드 : HelloiPhone` |
| 8 | +* [1-4. 멀티테스킹](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter1.md#1-3-멀티테스킹) |
| 9 | +* 1-5. 샌드박스 |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +## [2. Swift Basic](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter2.md) |
| 14 | +* [2-1. Swift 와 Playgrounds](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter2.md#2-1-swift-와-playgrounds) |
| 15 | +* [2-2. 기본 타입에 대한 let 과 var](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter2.md#2-2-기본-타입에-대한-let-과-var) |
| 16 | +* [2-3. Collections](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/chapter2.md#2-3-collections) |
| 17 | +* 2-4. Control Flow |
| 18 | +* 2-5. Optional 소개 |
| 19 | +* 2-6. Function |
| 20 | +* 2-6. Function Type |
| 21 | +* 2-7. Closure |
| 22 | +* 2-8. Structure |
| 23 | +* 2-9. Enumeration |
| 24 | +* 2-10. Class |
| 25 | +* 2-11. Value 타입과 Reference 타입 |
21 | 26 |
|
22 | 27 | ## 3. Interaction |
23 | 28 | * View & Control `샘플코드 : Money Converter` |
|
78 | 83 | * Document Based App과 ShoeBox App |
79 | 84 | * SandBox 하에서 폴더 접근 |
80 | 85 |
|
81 | | -## 11. 위치정보 이용하기 |
82 | | -* MapKit의 기본 사용법 |
83 | | -* CoreLocation의 이해 |
84 | | -* MKAnnotation 프로토콜 |
85 | | -* Pin으로 하는 다양한 작업 |
86 | | - |
87 | | -## 12. UICollectionView 기본 |
88 | | -* CollectionView와 TableView의 비교 |
89 | | -* CollectionViewLayout에대한 이해 |
90 | | -* 사진 선택뷰 만들기 |
91 | | -* 사진 선택뷰 레이아웃과 이벤트 처리 |
92 | | - |
93 | | -## 13. 터치와 이벤트 |
94 | | -* Touch 이벤트 처리하기 |
95 | | -* 기본적인 드로잉 |
96 | | -* 멀티터치, 색상 선택 기능 확장 |
97 | | - |
98 | | -## 14. Dynamic Animation |
99 | | -* UIViewAnimation |
100 | | -* UIDynamics 의 이해 |
101 | | -* Spring Animation |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | +## ~~11. 위치정보 이용하기~~ |
| 98 | +* ~~MapKit의 기본 사용법~~ |
| 99 | +* ~~CoreLocation의 이해~~ |
| 100 | +* ~~MKAnnotation 프로토콜~~ |
| 101 | +* ~~Pin으로 하는 다양한 작업~~ |
| 102 | + |
| 103 | +## ~~12. UICollectionView 기본~~ |
| 104 | +* ~~CollectionView와 TableView의 비교~~ |
| 105 | +* ~~CollectionViewLayout에대한 이해~~ |
| 106 | +* ~~사진 선택뷰 만들기~~ |
| 107 | +* ~~사진 선택뷰 레이아웃과 이벤트 처리~~ |
| 108 | + |
| 109 | +## ~~13. 터치와 이벤트~~ |
| 110 | +* ~~Touch 이벤트 처리하기~~ |
| 111 | +* ~~기본적인 드로잉~~ |
| 112 | +* ~~멀티터치, 색상 선택 기능 확장~~ |
| 113 | + |
| 114 | +## ~~14. Dynamic Animation~~ |
| 115 | +* ~~UIViewAnimation~~ |
| 116 | +* ~~UIDynamics 의 이해~~ |
| 117 | +* ~~Spring Animation~~ |
0 commit comments