4
votes
1answer
126 views
What’s the standard convention for creating a new NSArray from an existing NSArray?
Let's say I have an NSArray of NSDictionaries that is 10 elements long. I want to create a second NSArray with the values for a single key on each dictionary …
1
vote
2answers
167 views
Generating forms from models (a la django ModelForms) in Objective-C
I'm taking the plunge into iPhone development after about two years working with django. As I've done tutorials and read documentation, one of the things that strikes me as inconvenient about the …
3
votes
Custom draw a UITableViewCell
Loren Brichter (author of Tweetie) talked about this in one of the iTunes U Stanford iPhone Programming course lectures. He said that he had gotten great scrolling performance results by subclassi …
