Category: Dev
.
NSURLCache, RestKit, Stopping in the Debugger, and Evil Orphaned Objects

Spent a day trying to understand why RestKit wasn’t deleting orphaned CoreData objects after receiving the updated object graph from the server. Yep, it involved caching and a problem that... Read more

Nested Push Animation Can Result in Corrupted Navigation Bar

Hey Folks, Realized that I solve a fair number of bugs (recently iOS bugs) and figured I’d start listing some of my findings in our blog, largely to help... Read more

Cross-platform, Testable Mobile Goodness with Titanium and Jasmine

Phew!  Dogpatch Technology is now simultaneously developing for both iPhone and Android while using an RSpec styled testing framework. Here's how we do it. Read more