Browsing archives for 'Mac OS X'

R.I.P Steve Jobs

iOS Development,Journal,Mac OS X,Macbook 6 October 2011 0 Comments

You changed my life and my career. You changed the world for the better. Rest in Peace, Steve Jobs.

Enable SQL Debugging in Xcode4

iOS Development,Mac OS X,Objective-C 6 September 2011 0 Comments

If you would like to output the SQL being generated by Core Data, here is the quick steps: Go to Product -> Edit Scheme Choose Run YourAppName.app Add -com.apple.CoreData.SQLDebug 1 to the Arguments Passed On Launch panel

Limit the size of UITextField

iOS Development,Mac OS X,Objective-C 27 August 2011 0 Comments

https://gist.github.com/1175468

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.

Burning Mac OS X 10.7 Lion Bootable Disc

Mac OS X 10 June 2011 0 Comments

These instructions are born from the 10.7 developer preview but should remain identical come time for the July public release: Purchase and download Lion from the Mac App Store on any Lion compatible Mac. Right click on “Mac OS X Lion” installer and choose the option to “Show Package Contents.” Find and open the “SharedSupport” [...]