jessesquires / ReactiveCollectionsKit

Data-driven, declarative, reactive, diffable collections (and lists!) for iOS. A modern, fast, and flexible library for UICollectionView done right.
https://jessesquires.github.io/ReactiveCollectionsKit/
MIT License
140 stars 6 forks source link

fix: avoid preload viewDidLoad #142

Closed nuomi1 closed 2 weeks ago

nuomi1 commented 3 weeks ago

Have you read the Contributing Guidelines?

Issue #141

Describe your changes

Clearly and concisely describe what's in this pull request. Include screenshots, if necessary.

  1. Avoid access collectionView in init (SimpleFlowLayoutViewController), which will call viewDidLoad immediatly.