Patrick Nollet
Patrick Nollet
Starting from iOS 10, SSKeychain conflicts with an internal class of the iOS SDK, so the SSKeychain library was renamed into SAMKeychain.
WYPopover currently doesn't compile on iOS extensions. A workaround is to wrap every forbidden call into a `#if !defined(WY_APP_EXTENSIONS)` macro. This is used in most libraries. I've been using this...
It's important that we are able to present view controllers directly from the content view controller of the popover controller (see #25 for an example). However, when we do, we...
### PR checklist - [X] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [X] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...