RSS feed

Nutsmuggling

viewWillAppear: not being called inside a UINavigationController

I just stumbled on a small problem that gave me a great headache. I changed the view hierarchy to implement flipping preferences on the back of my App’s main view. Accordingly, I had to move some stuff out of the nibs and into the code. Iin other words, some heavy refactoring, and without testing (I [...]

iPhone SDK: sending formatted email

As a part of an iPhone app I’m presently working on1 I was confronted with an apparently simple problem, which turned out to be more difficult than I thought. Except it was simple, once you knew how to do it. Question How do I send a tabular report via e-mail in the iPhone SDK? Short answer Use a [...]