June 2012
14 posts
“id object = [[NSClassFromString(@”NameofClass”) alloc] init];”
– reflection - Create objective-c class instance by name? - Stack Overflow
Jun 13th
25 UI changes in iOS 6 | Doobybrain.com →
Apple has ruined the UI.
Jun 12th
“Fun fact—those new designs were tossed out 5 years ago because SJ...”
– The Tweet That Ruined A Former Apple Designer’s Weekend [Updated, With Response] | Fast Company
Jun 12th
“Maybe SAAS (Software as a Service) is a bit different, though if the service can...”
– iOS 6 “Sherlocking” Roundup | Cocoanetics
Jun 12th
iOS 6 API: UIRefreshControl
cocoaheads: A UIRefreshControl object provides a standard control that can be used to initiate the refreshing of a table view’s contents. You link a refresh control to a table through an associated table view controller object. The table view controller handles the work of adding the control to the table’s visual appearance and managing the display of that control in response to appropriate user...
Jun 11th
3 notes
“The majority of the debris from Japan’s tsunami is expected to wash up on...”
– Japanese Tsunami Survivor’s Football Returned, via the Alaskan Coast
Jun 7th
“How Did Everything You See in the Night Sky Get There?”
– How Did Everything You See in the Night Sky Get There?
Jun 7th
furbo.org · Core Data without Fetch Requests →
Jun 7th
“It’s important to remember that ARC primarily affects how we use -retain and...”
– Read ARC and copy @ furbo.org
Jun 7th
“Essentially everyone, when they first build a distributed application, makes the...”
– Thought Palace - Page 1 of 4
Jun 7th
“Always use the highest-level abstraction available to you, and drop down to...”
– Eschatology : Ask me how it ends…
Jun 7th
“At some point, Zuckerberg will push too hard — a new setting you can’t turn off,...”
– inessential.com: weblog
Jun 7th
Suppressing Xcode Warnings On A Per File Basis :... →
Jun 7th
UIDatePicker Exception 'whoa! too many rows for...
I wasted couple of minutes to figure out why am i getting the following exception  *** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘whoa! too many rows for column: 2’ It turns out that I was getting this exception because I was being sent invalid date from server and Date picker was unable to show my desire date (December 20,...
Jun 1st