Releases: AvdLee/ALDataRequestView
Releases · AvdLee/ALDataRequestView
2.3.2
2.3.1
This release fixed the support for tvOS.
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
Naming convention update
The default implementations of the dataSource was wrong and is now correct
Naming convention update
Updated naming conventions to conform to Swift 3.0
Make sure you update your DataSource methods
func loadingView(for dataRequestView: ALDataRequestView) -> UIView?
func reloadViewController(for dataRequestView: ALDataRequestView) -> ALDataReloadType?
func emptyView(for dataRequestView: ALDataRequestView) -> UIView?
func hideAnimationDuration(for dataRequestView: ALDataRequestView) -> Double
func showAnimationDuration(for dataRequestView: ALDataRequestView) -> Double
And the attach method:
.attachTo(dataRequestView: dataRequestView)
Swift 3.0 compatible 🚀 🎉
We're Swift 3.0 compatible now!