Everyone and his brother has a prediction about Apple and the mythical “netbook.” This is mine. Before I get into the actual prediction, let me say that I’ve come to this conclusion by looking at Apple as a business, not as a supplier of shiny gadgets for our technolust. As much as we love the […]
Search Results for “tv”
As much as I hate watching and listening to myself talk, I’m sure some of you will enjoy seeing the interviews I did at Macworld. At least my Mom will. The first interview on Monday was with Christina Warren at TUAW who has an unhealthy attraction to one of our products. Also notable is the […]
One of the great things about the NDA being lifted is that a lot of great books about iPhone development are finally being published. It’s about time: for many months the top search hit on this site has been iphone app development. A lot of new developers need guidance. Last week, Addison-Wesley contacted me saying […]
People have asked which part of our Twitterrific application for the iPhone was hardest to develop. There were many challenges, but the one I found most onerous was scrolling in the UITableView. The code we shipped in 1.0 was obviously flawed. Scrolling was jerky. We weren’t happy with it and neither were users. There was […]
As we saw in the previous post, your view controller’s view can be released at any time because the device needs memory. One of the things you’ll want to look at in your own code is how you cleanup when when the memory warning occurs. Here’s an interface for a simple view controller class that […]