sach
sach

Reputation: 1069

Creating menu for NSSegmentedControl using XIB

How do we create menu for a particular segment using xib for NSSegmentedControl ?

Upvotes: 0

Views: 247

Answers (1)

rdelmar
rdelmar

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

Related Questions