We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here how it looks: https://www.dropbox.com/s/x5y4ii3bjcqp28g/Simulator%20Screen%20Shot%2018%20Apr%202017%2C%2010.14.02.png?dl=0
Here how it should look like: https://www.dropbox.com/s/lglvh2w412ssihx/Simulator%20Screen%20Shot%2018%20Apr%202017%2C%2010.14.05.png?dl=0
The text was updated successfully, but these errors were encountered:
Subclassing and disabling autorotation and landscape like this:
@implementation DriveOnboardingViewController - (UIStatusBarStyle)preferredStatusBarStyle { return UIStatusBarStyleLightContent; } -(UIInterfaceOrientationMask)supportedInterfaceOrientations { return UIInterfaceOrientationMaskPortrait; } - (BOOL)shouldAutorotate { return NO; } @end
Caused this issue (background): https://www.dropbox.com/s/oz1148waj74svxf/Simulator%20Screen%20Shot%2018%20Apr%202017%2C%2010.19.13.png?dl=0
Sorry, something went wrong.
No branches or pull requests
Here how it looks:
https://www.dropbox.com/s/x5y4ii3bjcqp28g/Simulator%20Screen%20Shot%2018%20Apr%202017%2C%2010.14.02.png?dl=0
Here how it should look like:
https://www.dropbox.com/s/lglvh2w412ssihx/Simulator%20Screen%20Shot%2018%20Apr%202017%2C%2010.14.05.png?dl=0
The text was updated successfully, but these errors were encountered: