1

Is there any framework available for Mac OS X development that achieves a similar effect as UIPopoverController for iOS?

esqew
  • 42,425
  • 27
  • 92
  • 132

1 Answers1

3

I think you're looking for NSPopover, which was introduced in 10.7: http://developer.apple.com/library/mac/#documentation/AppKit/Reference/NSPopover_Class/Reference/Reference.html

louielouie
  • 14,881
  • 3
  • 26
  • 31