Anderson
Anderson

Reputation: 327

What is the difference between a popup and a popover (i.e. NSPopupButton vs UIPopoverController)?

Why was the name popover chosen as opposed to a hypothetical UIPopupController.

Upvotes: 1

Views: 2728

Answers (1)

tobiasbayer
tobiasbayer

Reputation: 10379

It's popping over the UI at a non-deterministic location depending on available space. It's not popping up at a certain location.

Upvotes: 1

Related Questions