I am trying to create an Application on Mac OS X Lion which requires application to be assigned to All Desktops (Spaces). This can be manually done by Right clicking on application's dock icon and Selecting Options > Assign To > All Desktops. But, I need to find a way to do this via Objective C. Is there a way to achieve this programmatically?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use method It will make the window visible on all spaces.
Note This method was introduced in Mac OS X 10.6. On Mac OS X 10.5, you'll need to use the |
|||
|