Reputation: 1069
How do we create menu for a particular segment using xib for NSSegmentedControl ?
Upvotes: 0
Views: 247
Reputation: 104092
You just drag an NSMenu from the object library and release it over the segment you want it to be attached to.
Upvotes: 1