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

iOS8 - iPad popover, wrong size #24

Closed
AdrianFlorian opened this issue Aug 26, 2014 · 3 comments
Closed

iOS8 - iPad popover, wrong size #24

AdrianFlorian opened this issue Aug 26, 2014 · 3 comments

Comments

@AdrianFlorian
Copy link

It seems like iOS8 need a preferredSize for the content view controller of the popover, otherwise it will look like the one in the attachment.

I've fixed this issue in my fork by adding viewController.preferredContentSize = CGSizeMake(320, 260); in - (void)configureAndPresentPopoverForView:(UIView *)aView

ios simulator screen shot aug 26 2014 9 52 59 am

@skywinder
Copy link
Owner

Hi! I know about this issue, and already create issue: #18
If your solution works, can you create pull request with your fix for this issue?

@AdrianFlorian
Copy link
Author

Sure, will straight away :-)

On Aug 26, 2014, at 9:59 AM, Petr Korolev [email protected] wrote:

Hi! I know about this issue, and already create issue: #18
If your solution works, can you create pull request with your fix for this issue?


Reply to this email directly or view it on GitHub.

@AdrianFlorian
Copy link
Author

#25

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

No branches or pull requests

2 participants