Skip to content

cherifya/12412-NSPopover-Message-Example

 
 

Repository files navigation

Example project showing usage of the NSPopover+Message category.

[NSPopover showRelativeToRect:[theInput frame]
                       ofView:[theInput superview]
                preferredEdge:NSMaxXEdge  // Show the popover on the right edge
                       string:@"Once upon a time, in a land far, far away, there was a little cake. It didn't last long."
                     maxWidth:250.0];

As described here: User Feedback & Simplifying the NSPopover.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%