snowytree.blogspot.com
snowytree.com: November 2009
http://snowytree.blogspot.com/2009_11_01_archive.html
An iPhone and iPod touch application blog. Adding frameworks to an iPhone app in Xcode. To add a framework like CoreLocation or QuartzCore to an iPhone app in Xcode, don't ctrl-click on the Frameworks group and select Add / Existing Frameworks. Instead, go to the Target, Get Info and use the plus-sign button at the lower left of the General tab, below the Linked Libraries section. That will ensure you're getting a framework from the correct path. Subscribe to: Posts (Atom). View my complete profile.
snowytree.blogspot.com
snowytree.com: how to get an Xcode build to run on an iPhone
http://snowytree.blogspot.com/2009/10/how-to-get-xcode-build-to-run-on-iphone.html
An iPhone and iPod touch application blog. How to get an Xcode build to run on an iPhone. How to get an Xcode build to run on an iPhone connected to your Mac:. Set the SDK to the device. Project / Set Active SDK / Device - iPhone OS 3.0 (or whatever's appropriate). Set the build to Release. Project / Set Active Build Configuration / Release. Build / Clean All Targets. Set Code Signing Identity to your profile. Click on your target, then the info button, then the Build tab. View my complete profile.
snowytree.blogspot.com
snowytree.com: internationalizing an existing iPhone app
http://snowytree.blogspot.com/2009/10/internationalizing-existing-iphone-app.html
An iPhone and iPod touch application blog. Internationalizing an existing iPhone app. To make your app work in different languages you need to set the app to handle different languages, and then create the translations from the app's native language to other languages. Here's one way to do that, which avoids keeping track of multiple .xib files and instead puts all the strings for an app in one file:. 1) set all your labels and button titles from your code. 4) translate the Localizable.strings files.
snowytree.blogspot.com
snowytree.com: October 2009
http://snowytree.blogspot.com/2009_10_01_archive.html
An iPhone and iPod touch application blog. Tab bar / nav controller / table view iPhone tutorial. This is a great tutorial video by Beth Robson showing a way to create an iPhone app with a tab bar where a one of the tab views is a nav controller with a table view controller stack:. Http:/ cdn.oreilly.com/broadcast/2009/06/Bethrobson-CombiningTabBarNavigationAndTableViewControllersInAnIP434.mov. Internationalizing an existing iPhone app. 1) set all your labels and button titles from your code. 2) make all...
snowytree.blogspot.com
snowytree.com: how to rename an Xcode iPhone project
http://snowytree.blogspot.com/2009/10/how-to-rename-xcode-iphone-project.html
An iPhone and iPod touch application blog. How to rename an Xcode iPhone project. If you want to rename an Xcode iPhone project, especially useful after copying an pasting a project, here's how:. If you rename the [.]AppDelegate class in the [.]AppDelegate.h and .m files, you'll need one more step:. Open the MainWindow.xib (or whatever your root .xib is) in Interface Builder, click on the App Delegate object, and in the Identity Inspector, choose the new class name in the Class Identity section.
snowytree.blogspot.com
snowytree.com: adding frameworks to an iPhone app in Xcode
http://snowytree.blogspot.com/2009/11/adding-frameworks-to-iphone-app-in.html
An iPhone and iPod touch application blog. Adding frameworks to an iPhone app in Xcode. To add a framework like CoreLocation or QuartzCore to an iPhone app in Xcode, don't ctrl-click on the Frameworks group and select Add / Existing Frameworks. Instead, go to the Target, Get Info and use the plus-sign button at the lower left of the General tab, below the Linked Libraries section. That will ensure you're getting a framework from the correct path. Subscribe to: Post Comments (Atom).
snowytree.blogspot.com
snowytree.com: tab bar / nav controller / table view iPhone tutorial
http://snowytree.blogspot.com/2009/10/tab-bar-nav-controller-table-view.html
An iPhone and iPod touch application blog. Tab bar / nav controller / table view iPhone tutorial. This is a great tutorial video by Beth Robson showing a way to create an iPhone app with a tab bar where a one of the tab views is a nav controller with a table view controller stack:. Http:/ cdn.oreilly.com/broadcast/2009/06/Bethrobson-CombiningTabBarNavigationAndTableViewControllersInAnIP434.mov. Subscribe to: Post Comments (Atom). Tab bar / nav controller / table view iPhone tutor. View my complete profile.