CocoaCast #4 : TapPlace Part 4
In this episode, I'll show you how to localize an iPhone app. We'll also create the details screen, so you'll learn how to pass values between 2 view controllers.
Links :
- TapPlace
- iTunes link
- Creating Strings Resource Files in the Apple Online Documentation
Commands :
$ mkdir en.lproj $ genstrings -o en.lproj Classes/*.m $ mkdir fr.lproj $ genstrings -o fr.lproj Classes/*.m
Episode files
- Download the .mov file (40.2 MB, 8:44)
- Download the .m4v file (25.8 MB, 8:44)
- This episode on Vimeo
- Full episode source code