I was just wondering why the name popover was chosen vs a hypothetical UIPopupController.
views:
28answers:
1
+1
Q:
What is the difference between a popup and a popover (i.e. NSPopupButton vs UIPopoverController)?
+1
A:
It's popping over the UI at a non-deterministic location depending on available space. It's not popping up at a certain location.
tob
2010-08-07 20:23:06