I'm developing an action extension for iOS 8 at the moment. I want the view to be full screen, and it is on the iPhones, but not on the iPad, on the iPad my extension is presented in a small view in the middle. Is it possible to make it so that it's full screen on the iPad too?
Go to Settings > Accessibility > Display & Text Size.
After a bit of searching around I found all I needed to do was put
[self setPreferredContentSize:CGSizeMake(760.0f, 1024)];
in viewDidLoad
This is the answer from apple's App Extension Programming Guide:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With