Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
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 31
Tags
more
Archives
Today
Total
관리 메뉴

Olive Study Room

1일차 - 로드맵의 이해 본문

Coding/iOS

1일차 - 로드맵의 이해

Olive Dev 2021. 1. 2. 19:14

Common Topics

1. Mobile Human Interface Guideline = 화면 구성에 대한 가이드라인 (꼭 읽어보기)

2. iOS Technologies 

    - App Architect

    - App Life-cycle

    - View-ViewController Programming -> Authlayout

    - Multi-touch Event Handling

3. Cocoa Design Pattern

    - MVC

    - Singleton

    - Delegate

    - Responder Chain

    - Observer

4. Network Programming

    - RESTful APIs

 

 

Getting Deeper

Swift

1. Protocol-Oriented Programming  - Value Semantics (ex.struct, class의 차이) 

                                                         - Generics

2. Concurrent Programming  - Swift Standard

                                              - Swift Foundation

                                              - DispatchQueue

3. Advanced Design Pattern  - VIPER

                                              - MVVM

                                              - ReactorKit

 

www.youtube.com/watch?v=9XjpfW8U3P4- 14:24/26:08 까지 시청.

'Coding > iOS' 카테고리의 다른 글

[Swift] Json 다루기  (0) 2021.03.12
[iOS] UITableView의 생성, cell 삭제  (0) 2021.03.10
공부 시작  (0) 2021.01.02
CocoaPods(코코아팟) 사용법과 프로젝트 에러  (0) 2020.09.26
견주다 프로젝트 시작  (0) 2020.09.20
Comments