Donal Rafferty
Donal Rafferty

Reputation: 19826

iPhone - best approach to a URL table?

I want to be able to have a table of 15 - 20 different URL's that I want to use as part of an embedded browser on my iPhone application.

I want these to be in an external file that I can easily change when the URL'S change.

So I want to be able to access the URL's via a variable in my code and then be easily able to change the URL value of that variable in the one external file.

In Android the approach taken was to have a url_strings.xml file and use that from resources.

But what would be the best approach on iPhone to achieve this?

Upvotes: 0

Views: 40

Answers (1)

albertamg
albertamg

Reputation: 28572

I would suggest you to use a plist.

Upvotes: 3

Related Questions