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

Strange issue while no anchor defined #3

@gmulliez

Description

@gmulliez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions