Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

RBLPopover setContentSize won't resize the Popover dynamically like in NSPopover #94

@ghost

Description

RBLPopover should mimic the Behavior of NSPopover. If the Size of a ViewController's View changes, the Popover is allready shown and I perform

[popover setContentSize:NSMakeSize(controller.view.frame.size.width, controller.view.frame.size.height)];

the Popover should resize dynamically, like NSPopover does! RBLPopover however does not resize.

NSPopover contentSize Docu:
"The popover's content size is set to match the size of the content view when the content view controller is set. Changes to the content size of the popover will cause the popover to animate while it is shown if the animates property is YES. This property is exposed as a read-only binding."

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions