Skip to content

0.2.0

Compare
Choose a tag to compare
@honghaoz honghaoz released this 03 Feb 01:11
· 287 commits to master since this release
f3a1260
  • ViewProvider:
    • Rename construct() -> makeView()
    • Rename func update(view: UIView) to func updateView(_ view: UIView)
  • Move UIScrollView utl methods to CollectionView (avoid unnecessary exposures)
  • Adds some documentation
  • Other cleanups