Search Results

4
votes
1answer
122 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
163 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
231 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 …
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: …
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 …