Month: October 2011

Xcode 4 Tip from iOS Developer Tips: Related Files List [@iosdevtips, #iosdev]

Good tip from iOS Developer Tips for using the “Related Files” button in the upper left corner of your code window (right next to the Back/Forward navigation buttons): Xcode 4 : Related Files List With Xcode 4 you can quickly access an assortment of files related to your project through the Related Files option in …

Xcode 4 Tip from iOS Developer Tips: Related Files List [@iosdevtips, #iosdev] Read More »

iOS 5 now cleaning out Caches and tmp directories – could pose a real problem for app developers [#iosdev, #iOS5, @marcoarment]

This sounds like it could really be a problem for developers who store anything but truly temporary data in the Caches or tmp directory… Cleaning… – Marco.org Every iOS app has its own “home” directory where it can store files. Every file and directory that an app puts there, except anything in a Caches or …

iOS 5 now cleaning out Caches and tmp directories – could pose a real problem for app developers [#iosdev, #iOS5, @marcoarment] Read More »

iOS Tutorial from @iosdevtips: Simple Menus and Messages with UIActionSheet (#iosdev)

Nice little introductory tutorial for using UIActionSheets in iOS. Simple Menus and Messages with UIActionSheet If you need to create a quick menu or present a user with a short message, you may want to consider a UIActionSheet as an option. This control will slide up from the bottom of the screen, and offers a …

iOS Tutorial from @iosdevtips: Simple Menus and Messages with UIActionSheet (#iosdev) Read More »

Google introduces Dart: “a language for structured web programming”

Google introduces Dart: “a language for structured web programming”  Dart: a language for structured web programming – The official Google Code blog Today we are introducing an early preview of Dart, a class-based optionally typed programming language for building web applications. Dart’s design goals are: Create a structured yet flexible language for web programming. Make …

Google introduces Dart: “a language for structured web programming” Read More »