Aleksander
Aleksander
This PR migrates the Xcode project to Swift 5.0, one of two major versions of Swift supported by Xcode 11, and is needed to make the project compile and run...
Due to the default modal presentation style on iOS 13 being `.sheetStyle`, the `viewWillAppear()` of the underlaying `SplashViewController` is not called when the `NewOrderCoordinator` is dismissed and as a result...
If you try to open the project as-is you'll run into a number of warnings as method signatures and constants have changed. If you try to run it you'll run...
I'm currently in the process of moving from Flurry to Mixpanel for the purpose of tracking events in my iOS Keyboard App Extension. While it seems the regular library can...