You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: