objective c - Customize NSMenuItem with image and progress indicator -


i add image (canadian flag) on right side of ip address (near right edge of menu) , nsprogressindicator left of word 'updating...'.

can done in view designer or need done in code? detailed explanation of either approach appreciated.

enter image description here

i needed same thing project , used setview: property.

enter image description here


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -