iOS 5 has brought a lot of quality of life improvements in terms of memory management and the general iOS development workflow, assuming you are on the latest tooling. However, nothing is free and there seems to be a little bit of a pitfall that you might hit if you...
read more
Simply Loading TableViewCells from a Nib
UITableViews drive a significant portion of iOS apps. Apple has provided some pretty great tools for developing decent looking apps based on them, but there are times when you might want to do something a little more stylish than what iOS provides. That’s when you...
Objective-C Singletons
A singleton is a way for developers to keep one and only one object of a class in existence for the entire lifecycle of an application; the nitpicky among you will note that there are portions of an app that might not have any instances of a singleton object, since it...
More from Mike:
ETL: Transform
In my previous...
Syncing Prod & Staging Data With Dokku
If you're anything...
ETL: Extract
As organizations...
Happy 20th Rails!
As many of you...
© 2024 Copyright Michael Dominick | All rights reserved