0.2.0
ViewProvider
:- Rename
construct()
->makeView()
- Rename
func update(view: UIView)
tofunc updateView(_ view: UIView)
- Rename
- Move UIScrollView utl methods to CollectionView (avoid unnecessary exposures)
- Adds some documentation
- Other cleanups
ViewProvider
:
construct()
-> makeView()
func update(view: UIView)
to func updateView(_ view: UIView)