Posted on March 4, 2010 at 7:35 am
Get Application Name
If you ever need to get the name of your application in code, for example, to display the application name across a navigation bar, it’s as near as the bundle for your application. The code to get the name is as simple as this: The breakdown is as follows: NSBundle mainBundle creates a bundle object [...]