Skip to content

Releases: AvdLee/ALDataRequestView

2.3.2

26 Apr 14:49
Compare
Choose a tag to compare

Resolved Swift 3.1 warnings

2.3.1

03 Apr 10:58
Compare
Choose a tag to compare

This release fixed the support for tvOS.

2.3.0

07 Feb 12:38
Compare
Choose a tag to compare

This release adds better support for tvOS.

2.2.3

17 Jan 15:16
Compare
Choose a tag to compare

Fixes a crash when retrying and using a .xib viewcontroller as reload source

2.2.2

17 Jan 15:15
Compare
Choose a tag to compare

Fixed crash when retrying many times after each other

2.2.1

10 Jan 08:22
Compare
Choose a tag to compare

Podspec update to support the latest version of RxSwift

2.2.0

04 Jan 13:09
Compare
Choose a tag to compare
  • Using ReactiveSwift 1.0.0

Naming convention update

24 Nov 09:12
Compare
Choose a tag to compare

The default implementations of the dataSource was wrong and is now correct

Naming convention update

18 Nov 12:16
Compare
Choose a tag to compare

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 🚀 🎉

18 Nov 12:14
Compare
Choose a tag to compare

We're Swift 3.0 compatible now!