Skip to content

Releases: lkzhao/UIComponent

0.2.0

03 Feb 01:11
f3a1260
Compare
Choose a tag to compare
  • 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

0.1.0

03 Feb 01:09
Compare
Choose a tag to compare
fix centering logic