June 2012
14 posts
id object = [[NSClassFromString(@”NameofClass”) alloc] init];
– reflection - Create objective-c class instance by name? - Stack Overflow
25 UI changes in iOS 6 | Doobybrain.com →
Apple has ruined the UI.
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
Maybe SAAS (Software as a Service) is a bit different, though if the service can...
– iOS 6 “Sherlocking” Roundup | Cocoanetics
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...
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
How Did Everything You See in the Night Sky Get There?
– How Did Everything You See in the Night Sky Get There?
furbo.org · Core Data without Fetch Requests →
It’s important to remember that ARC primarily affects how we use -retain and...
– Read ARC and copy @ furbo.org
Essentially everyone, when they first build a distributed application, makes the...
– Thought Palace - Page 1 of 4
Always use the highest-level abstraction available to you, and drop down to...
– Eschatology : Ask me how it ends…
At some point, Zuckerberg will push too hard — a new setting you can’t turn off,...
– inessential.com: weblog
Suppressing Xcode Warnings On A Per File Basis :... →
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,...