We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello,
ContentSize's property does not work on iOS 8
The text was updated successfully, but these errors were encountered:
Hi all,
on iOS 8, getting bad access on -(CGFloat)parentWidth method return _parentView.bounds.size.width; line.
How can i resolve this crash ?
Sorry, something went wrong.
After creating the controller in a storyboard contentSize works !
if (!_infoViewController) { _infoViewController = [storyBoard
instantiateViewControllerWithIdentifier:@"InfoViewController"]; } popover = [[FPPopoverController alloc] initWithViewController:_infoViewController]; popover.contentSize = CGSizeMake(image.size.width, image.size.height);
De : ömer notifications@github.com Répondre à : 50pixels/FPPopover <reply@reply.git hub.com> Date : jeudi 30 octobre 2014 10:10 À : 50pixels/FPPopover FPPopover@noreply.github.com Cc : Patrick BODET sas.emroc@wanadoo.fr Objet : Re: [FPPopover] FPPopover IOS 8 (#107)
i have same problem do you know any solution for that @iDevelopper https://github.com/iDevelopper
— Reply to this email directly or view it on GitHub #107 (comment) . {"@context":"http://schema.org","@type":"EmailMessage","description":"View this Issue on GitHub","action":{"@type":"ViewAction","url":"https://github.com/50pixels/FP Popover/issues/107#issuecomment-61062674","name":"View Issue"}}
No branches or pull requests
hello,
ContentSize's property does not work on iOS 8
The text was updated successfully, but these errors were encountered: