I would like to know how it is possible to customize a NSMenu items and add custom view or any other control instead of menu items? is there a way?
please show me with codes if possible.
I would like to know how it is possible to customize a NSMenu items
Share
Found it 😀 such a silly question, but if anyone else as beginner as me find it useful, you just need to Right-Click on you menu item in .xib file and link item view to you your control (button,customView or any other control) and leave. Thats it.