Browsing archives for 'iOS Development'

XML Date to CoreData NSDate

iOS Development,Objective-C 26 June 2011 0 Comments

Here is code snippet to parse a XML string to Core Data NSDate.

iPhone App Ideas

iOS Development 14 February 2011 0 Comments

If there is a certain application that you wish on the App Store, well here’s your chance. Comment below and let me know what you think would be a great app for the iPhone, iPad Touch or iPad. Who knows, maybe your idea will be seen by some ambitious programmer and be the next big [...]

How to convert SQLite2 to SQLite3 database

iOS Development 11 November 2010 0 Comments

Here is the sample : sqlite2 path/to/olddb .dump > backupfile sqlite3 path/to/newdb < backupfile