I'm having troubles to run the examples provided in the source code..
Download the project, run pod install and run Hero Examples target on real device & simulator
See the examples in action
White screen
Hero Version: 1.4.0
iOS Version(s): 12.0
Swift Version: 4.2
Devices/Simulators: iPhone 6
Reproducible in Examples? (Yes/No): No
Same issue here. Seems related to CollectionKit deprecations. One way to fix without digging into it is to load the example you want to play with as the root VC, until this is fixed properly.
me too
Fixed by #553. Thank you for your patience
Most helpful comment
Same issue here. Seems related to CollectionKit deprecations. One way to fix without digging into it is to load the example you want to play with as the root VC, until this is fixed properly.