Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Strange issue while no anchor defined #3

Open
gmulliez opened this issue May 28, 2013 · 0 comments
Open

Strange issue while no anchor defined #3

gmulliez opened this issue May 28, 2013 · 0 comments

Comments

@gmulliez
Copy link

while using on iPad ios 6.1.4 without anchor defined and with those options
[DDPopoverBackgroundView setTintColor:[UIColor darkGrayColor]];
[DDPopoverBackgroundView setShadowEnabled:YES];
[DDPopoverBackgroundView setContentInset:5.0];
[DDPopoverBackgroundView rebuildArrowImages];

I have a strange behavior on bottom of popover, extra dark space

my call to popover , myProductCollectionView is a collectionView nearly full screen:

    [self.currentPopover presentPopoverFromRect:self.myProductCollection.frame 
                                         inView:self.view
                       permittedArrowDirections:0
                                       animated:YES];

I hop it help, by the way this class is a model of simplicity and ease to use

screen shot 2013-05-28 at 13 36 00

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

No branches or pull requests

1 participant