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

FPPopover IOS 8 #107

Open
iDevelopper opened this issue Sep 24, 2014 · 2 comments
Open

FPPopover IOS 8 #107

iDevelopper opened this issue Sep 24, 2014 · 2 comments

Comments

@iDevelopper
Copy link

hello,

ContentSize's property does not work on iOS 8

@SoftwareEngieer
Copy link

Hi all,

on iOS 8, getting bad access on
-(CGFloat)parentWidth method
return _parentView.bounds.size.width; line.

How can i resolve this crash ?

@iDevelopper
Copy link
Author

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"}}

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