Drew017 macrumors 65816 Original poster May 29, 2011 1,254 11 East coast, USA Jan 16, 2012 #1 Hello- I would like to create my own application launcher like launchpad in xcode, but I don't know how. Any Help?
Hello- I would like to create my own application launcher like launchpad in xcode, but I don't know how. Any Help?
gnasher729 Suspended Nov 25, 2005 17,980 5,566 Jan 16, 2012 #2 Drew017 said: Hello- I would like to create my own application launcher like launchpad in xcode, but I don't know how. Any Help? Click to expand... So... what do you know?
Drew017 said: Hello- I would like to create my own application launcher like launchpad in xcode, but I don't know how. Any Help? Click to expand... So... what do you know?
Drew017 macrumors 65816 Original poster May 29, 2011 1,254 11 East coast, USA Jan 16, 2012 #3 The Basics- how to link the UI to the apps installed, and so on. I basically need a tutorial. I'm new to programming
The Basics- how to link the UI to the apps installed, and so on. I basically need a tutorial. I'm new to programming
gnasher729 Suspended Nov 25, 2005 17,980 5,566 Jan 17, 2012 #4 Drew017 said: The Basics- how to link the UI to the apps installed, and so on. I basically need a tutorial. I'm new to programming Click to expand... First, look at NSWorkspace for a method to launch an application. NSWorkspace also has methods to get the icons for applications.
Drew017 said: The Basics- how to link the UI to the apps installed, and so on. I basically need a tutorial. I'm new to programming Click to expand... First, look at NSWorkspace for a method to launch an application. NSWorkspace also has methods to get the icons for applications.