-
Notifications
You must be signed in to change notification settings - Fork 250
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
Not working in iOS 8 #106
Comments
It seems that items of [UIApplication sharedApplication].windows' subviews is changed. First one of items is being used by FPPopoverController to present a popoverview by adding it as a subview. |
I ended up changing the _contentView frame location (by 30 pixels) in FPPopoverController.m to adjust for the overlap: _contentView = [[FPPopoverView alloc] initWithFrame:CGRectMake(0, 30, |
In FPPopoverController.m I replaced: |
Hi all, on iOS 8, getting bad access on How can i resolve this crash ? |
Hi to everybody. my problem was, when i open view controller from tabbar using segue, the popover not show.. with your solution i solve it... |
@jneiluj thx! |
@jneiluj thank so much. I hope this issue will be updated soon! |
In FPPopoverController.m I replaced: this is nice!!! |
FPPopover is not working in iOS 8. Please fix it for iOS 8.
The text was updated successfully, but these errors were encountered: