Releases: lkzhao/UIComponent
Releases · lkzhao/UIComponent
0.2.0
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