-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
Description
In SplitView Mode on iOS9
UIScreen.mainScreen().bounds delivers the size of the screen. But we want the size of the app.
You can use UIScreen.mainScreen().applicationFrame instead of UIScreen.mainScreen().bounds
btw: i think you forgot to add a listener to the cancel button ;-)
self.cancelButton.addTarget(self, action: "buttonTapped:", forControlEvents: UIControlEvents.TouchUpInside)
best regards
Alex