bongzniak / reactorkit-filetemplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reactorkit-filetemplate

ReactorKit에서 사용하기 위한 filetemplate

1. ViewController

[ViewController + ViewReactor + View + Coordinator]

1629AA0A-4EA7-4DC9-839B-CE1CB0FF0432

  • UICollectionView를 포함하는 ViewController
    • Section를 먼저 생성 후 진행하기를 추천(에러 발생 방지)
  • UICollectionView를 포함하지 않는 ViewController

2. CollectionViewCell

[CollectionViewCell+ CollectionViewCellReactor]

07A3742D-0DB2-4DCB-B2BD-28D377B68FCC

  • UICollectionView를 포함하는 CollectionViewCell
    • Section를 먼저 생성 후 진행하기를 추천(에러 발생 방지)
  • UICollectionView를 포함하지 않는 CollectionViewCell

3. Network

[API + Service]

4. Section(RxDataSource)

5. Enum

6. Analytics(Umbrella)

install

  • /Sources/template/install-reactorkit-template.sh 실행 23505F11-FF4E-4310-A32D-8B71B53F284A

About


Languages

Language:Swift 96.6%Language:Shell 2.0%Language:Ruby 1.5%