Skip to content

1.1.0

Choose a tag to compare

@Zandor300 Zandor300 released this 31 Mar 11:38
· 209 commits to master since this release

Breaking

Removed WhiteNavigationController in favour of the pod with the same name: WhiteNavigationController. To fix the migration in your app, add the following line to your Podfile:

pod 'WhiteNavigationController'

Then, in your Storyboard, update the module target of your WhiteNavigationController's and use the following line where you reference it in your code:

import WhiteNavigationController

Non-breaking changes

New APICallError enums added: .sessionExpired, .loginExpired, .invalidCredentials