You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
Follow Swift 3 API guidelines
This includes breaking changes to many different classes in order to stay consistent with API guidelines. Additionally, this adds discardableResult attributes to all interaction methods.
Follow Swift 3 API guidelines
This includes breaking changes to many different classes in order to stay consistent with API guidelines. Additionally, this adds discardableResult attributes to all interaction methods.
Fix Bad Access when creating predicate in CollectionView scroll until…
… methods
The types for unused parameters in an NSPredicate evaluation block were incorrect and will trigger a bad access when that predicate is evaluated. This revision removes those types effectively fixing the scrollBackwardsUntil(_ block...) and scrollForwardUntil(_ block...) methods.
#4
Update Kava to Swift 3 and iOS 10 project settings
Ran the Swift 3 conversion tool in Xcode 8 and updated the project to the latest settings.
closes#2
Reviewed by @Hammertime38