https://github.com/sd0xdev/iglistkitarchetype
IGListKitArchetype, vs native collectionview and use iglistkit, 比較原生 CollectionView 與 IGListKit 使用上與業務耦合差異性
https://github.com/sd0xdev/iglistkitarchetype
collectionview iglistkit ios swift5
Last synced: 8 months ago
JSON representation
IGListKitArchetype, vs native collectionview and use iglistkit, 比較原生 CollectionView 與 IGListKit 使用上與業務耦合差異性
- Host: GitHub
- URL: https://github.com/sd0xdev/iglistkitarchetype
- Owner: sd0xdev
- License: gpl-3.0
- Created: 2019-06-02T05:46:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T06:05:53.000Z (almost 7 years ago)
- Last Synced: 2025-06-13T10:06:39.882Z (9 months ago)
- Topics: collectionview, iglistkit, ios, swift5
- Language: Swift
- Size: 21.5 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IGListKitArchetype
比較原生 CollectionView 與 IGListKit 使用上與業務耦合差異性
## How to Get Start
1. cd to dir
2. run `pod install`
## 源碼說明
* CollectionNormalController 為一般原生情況下 CollectionView 使用方式
* CollectionIGListKitController 為 IGListKit 使用方式
* UserInfoViewCell - 負責顯示用戶大頭貼、名稱、與更多
* 對應 View Model - PostViewModel
* UserImageViewCell - 負責顯示用戶貼文圖片
* 對應 View Model - PostImageViewModel
* UserFocusViewCell - 負責顯示推薦關注
* 對應 View Model - FocusViewModel
* PostData - 模擬資料來源