Skip to content

Instantly share code, notes, and snippets.

@sdabet
Created June 4, 2013 06:11
Show Gist options
  • Save sdabet/5703921 to your computer and use it in GitHub Desktop.
Save sdabet/5703921 to your computer and use it in GitHub Desktop.
Layout issue in Apportable
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
#ifdef ANDROID
[UIScreen mainScreen].currentMode = [UIScreenMode emulatedMode:UIScreenBestEmulatedMode];
#endif
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment