WWDC 2013 And Sharing The Love For Those Not Attending

by John Muchow on April 28, 2013

WWDC 2013 and doing the right thing to help those not attending.

Converting Illustrator Vector Graphics To Obj-C

by John Muchow on April 28, 2013

How to convert Illustrator vector graphics to Objective-C code using Drawscript.

WWDC 2013 Announced!

by John Muchow on April 24, 2013

Apple has announced WWDC 2013 and tickets go on sale worldwide on April 25 at 10 a.m. PDT. The event is four days, June 10-14 in San Francisco, CA. It will set you back a few: $1,599 (US Dollars)

Determine Date Based On Number Of Days In Future Or Past

by John Muchow on April 22, 2013

How to determine the date (NSDate object) from a given number of days in the future or past.

iOS Open Source: Notify Users About App Updates

by John Muchow on April 18, 2013

Harpy is an open source project, written by Arthur Ariel Sabintsev, which checks the current application version versus that latest version in the App Store. If a new version is available you can present a range of options to the (…)

Read the rest of this entry »

iOS 6 by tutorials: Learn The Latest iOS 6 APIs By Example

by John Muchow on April 17, 2013

Review of iOS 6 by tutorials, a comprehensive book that covers the new iOS 6 APIs, and much more.

Lightning Fast Xcode Documentation Searches

by John Muchow on April 12, 2013

Tips to speed up Xcode documentation searches.

LLDB Tips and Tricks: Get A Sorted List Of Fonts

by John Muchow on April 9, 2013

LLDB tips and tricks – how to get list of iOS fonts, in sorted order.

Display Debug Information In A Popup Window (UIAlertView)

by John Muchow on April 8, 2013

Here’s how to display debug information, including method signature and line number in an alert (UIAlertView).