Search Results

1
vote
2answers
164 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
1answer
242 views

[NSLocale currentLocale] always returns “en_US” not user’s current language

I'm in the processes of internationalizing an iPhone app - I need to make some programmatic changes to some views based on what the user's current locale is. I'm going nuts because no matter what …
0
votes
1answer
22 views

Geospatial library for the iPhone

I'm thinking about creating a location-aware iPhone app that could work offline by coming packaged with a list of points of interest (POIs). The app would read the user's current location from …
1
vote

Beginning OS X & iPhone Development: Reference texts

I come from a web dev background and just started picking up iPhone dev as well. Here are the top three resources I've used in the past couple weeks to get up to speed: …
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 …
0
votes

iphone tableview with a lot of images

Great scrolling performance results have been reported by subclassing UITableViewCell and drawing the contents of each cell directly. See the accepted answer for …
0
votes

iTunes Connect API

Here is a small project that may be helpful to you in automating the download of piano reports from iTunes Connect. It's a python script to automate the login / download of daily sales files and I …