Skip to content

luttoli/ShowMustGoOn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShowMustGoOn

기본 설정

CustomTabBar

SplashViewController

앱 실행 시 런치스크린에서 메인뷰로 로드되기 전 보여주기

UISegmentedControl

UITableView

순서 UIKit RxSwift Component
1. UITableView, Cell 기본 사용 방법 Rx UITableView, Cell 기본 사용 방법 • CustomLabel
2. UITableView, Todo 추가, 완료 표시 Rx UITableView Todo 추가, 완료 표시 • UITextField
• 키보드 동작
3. UITableView Section 설정 Rx UITableView Section 설정
4. UITableViewCell 안에 CollectionView Rx UITableViewCell 안에 UICollectionView • UIPageControl
• CollectionView 자동스크롤
• WebView
5. UITableView Header, cell 추가 액션 Rx UITableView Header, cell 추가 액션 • UISearchBar
• UIAlertController
• CustomButton

UICollectionView

순서 UIKit RxSwift Component
1. UICollectionView, Cell 기본 사용 방법
2. UICollectionView로 태그 선택 구현
3. UICollectionView로 키보드 구현
4. UICollectionView로 계산기 구현
5. UICollectionView로 달력 구현
6.

RxSwift

순서 목록 미리보기
1. RxSwift Observable, Observer
2. Observable 생성 just, of, from, create, range, empty, never, interval,
timer, deferred, repeat
3. 변환 연산자 toArray, map, faltMap, flatMapLatest, scan, reduce
4. Subject PublishSubject, BehaviorSubject, ReplaySubject,
AsyncSubject, BehaviorRelay, ReplayRealy
5. 필터링 연산자 filter, distinctUntilChanged, take, skip, debounce
6. 결합 연산자 merge, zip, combineLatest, withLatestFrom, concat
7. 스케줄러 MainScheduler, ConcurrentDispatchQueueScheduler, SerialDispatchQueueScheduler, OperationQueueScheduler,
subscribe(on: ), observe(on: )
8. UI와 RxSwift의 연동(RxCocoa) RxCocoa, rx, bind, .rx.items, Subject, BehaviorSubject
9. 에러 처리 및 디버깅 error처리, eatch, retry, debug, Resources.total
10. MVVM 패턴에서 RxSwift 적용 MVVM, Todo
11. RxSwift를 활용한 비동기 네트워크 처리 요청 관리, 네트워크 요청 처리, JSON 파싱하기
12. Rx의 개념과 흐름 제대로 이해하기 데이터 흐름, Subject별 역할, 기준

About

iOS 앱 개발 학습 내용을 계속 기록합니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages