I am looking to develop a Cocoa application that will only have a icon at top menu. Not sure what this is officially called. This is very similar to the DropBox application. Any direction is helpful. Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That icon is called a ‘status item’, and you can learn more about creating an application like this by reading up on the
NSStatusItemClass Reference and the Status Bar Programming document.