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 [...]
Tags: iPhone SDK, UINavigationController, viewWillAppear
Posted in Apple, iPhone SDK | 14 Comments »
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 [...]
Tags: e-mail, formatted, iPhone SDK
Posted in Apple, Technolalia, iPhone SDK | 21 Comments »