Skip to content
New issue

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

iOS 8 iPad wrong frame size. #18

Closed
skywinder opened this issue Aug 13, 2014 · 5 comments
Closed

iOS 8 iPad wrong frame size. #18

skywinder opened this issue Aug 13, 2014 · 5 comments
Labels

Comments

@skywinder
Copy link
Owner

ios simulator screen shot 13 aug 2014 18 31 39

@LeoSnek
Copy link

LeoSnek commented Aug 21, 2014

I didn't like the different sizes used so I made them all 320x480:

- (CGSize)viewSize
{
    return CGSizeMake(320, 480);
}

@skywinder
Copy link
Owner Author

@staz1000 it's not a reason of wrong size.
This 2 different sizes required to proper presentation in landscape mode.

@skywinder skywinder reopened this Aug 21, 2014
@LeoSnek
Copy link

LeoSnek commented Aug 22, 2014

@skywinder I just found it to be a better size and it works fine on both orientations.

@AdrianFlorian
Copy link

iOS8 popovers need a 'preferredContentSize' in the content view controller.

Here's the fix:
#25

@skywinder
Copy link
Owner Author

fixed! #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants