Efrén Pérez Bernabe
Efrén Pérez Bernabe
Hello, can you give more information about your error? sometimes this problem is showed when you migrate your project from swift x to a new version, well, [here](https://stackoverflow.com/questions/46338588/xcode-9-swift-language-version-swift-version) is a...
Hello, well, I am not pretty sure what do you want to do in the navigation bar and status bar but the ideal form to perform changes is using correctly...
Hello @dsmo I just download the project and work perfectly on iOS 8, if you tried and get problems please close this issue and open a new one with more...
I just checking again and the there is another KDIntroView,podspec.json that says that the platform is 8.0, anyway, it seem that you need to use 10.0, try changing the deployment...
As @tkrajacic says you need to change the extension to: `extension Sequence where Element: AnyObject` The type system only checks the Sequence's Element type so it can't establish that every...