Archive for October, 2010

Oct 24 2010

iOS Diary: 5 Tips for Leak-free Apps

Published by under Programming

So you want to do some iOS development, but you’ve heard that memory management is a chore? Have no fear. All you have to do is keep track of a reference count on every object in your application, making sure that when the last live pointer to each dies, the object has a ref count [...]

2 responses so far

Oct 03 2010

iOS Diary: Understanding the Application Lifecycle

Published by under Programming

Pretty much since the beginning of this project I’ve been aware of a bug in the iPhone app I am finishing. About a week in I figured out how to reproduce it. If you ran the app, then hit the home button to dismiss it, then tapped the program icon to bring it back and [...]

No responses yet