This content has 13 years. Please, read this page keeping its age in your mind.Say that you want to copy a plist file to documents folder in your iphone. The following code snippet do exactly what you want: Hope to help…
How to simulate a location manager’s update? (CLLocationManager)
This content has 13 years. Please, read this page keeping its age in your mind.I was studying in my place a verry nice and simple apple tutorial regarding Core Data, the Core Data Tutorial for iOS. By coding the example I noticed that it couldn’t be executed without connecting my iphone. That time I wondered
Continue reading How to simulate a location manager’s update? (CLLocationManager)
In objective-c we declare only as property without instance variable?
This content has 13 years. Please, read this page keeping its age in your mind.I’m reading about core data and I noticed (again) in application delegate file: where the we have only the decleration of properties without the instance variables. By googling around I found that: In Objective-C 2.0 on either of the modern runtimes
Continue reading In objective-c we declare only as property without instance variable?
Assignment 4 – Paparazzi part 1
This content has 13 years. Please, read this page keeping its age in your mind.In winter 2009 – 2010 C193p iPhone application Development course we had the Paparazzi Part 1 Assignment. It was fairly static and you could follow many different implementations. Personally I follow the concept of creating a mutable array to keep the
An interesting development blog
This content has 13 years. Please, read this page keeping its age in your mind.An interesting development blog regarding the wordpress application for iPhone can be found here. It’s about the Open Source app for the iPhone, iPad, and iPod touch. You can follow along or join the discussion. It’s nice to see the cooperation
Assignment 3 – extra credit 4
This content has 13 years. Please, read this page keeping its age in your mind.For those that trying to implement the Hello Polly (Part II) Assignment (winter 2010) here is a hint for: Fill the background of the custom view or the interior of the polygon with a gradient
A really useful blog for iPhone developers
This content has 13 years. Please, read this page keeping its age in your mind.Ray Wenderlich has made a very cool blog with tutorials for developing, visit here!
Stanford C193p complete list
This content has 13 years. Please, read this page keeping its age in your mind.For those who attend Stanford C193P iPhone development Lectures a useful list with all the walkthroughs and assignment is here. Notice that is about 2009 lectures.