Skip to content

Support ios9 Multitasking #9

@digitaldesaster

Description

@digitaldesaster

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions