IPhone table view, using NSDictionary & plist?

If you want the Nth key from an NSDictionary you could always do this: myDict allKeys objectAtIndex:n However, I suspect you don't actually want that since the keys are not necessarily in the order you might think. Perhaps what you should be doing instead is NSArray* a = NSArray arrayWithContentsOfFile:aPath So long as your plist is the right structure, it should give you the order you want.

If you want the Nth key from an NSDictionary, you could always do this: myDict allKeys objectAtIndex:n; However, I suspect you don't actually want that since the keys are not necessarily in the order you might think. Perhaps what you should be doing instead is NSArray* a = NSArray arrayWithContentsOfFile:aPath; So long as your plist is the right structure, it should give you the order you want.

I'm populating a UITableView with NSDictionary and dictionaryWithContentsOfFile plist. In the plist I have 3 rows, each row has an array. I don't know what the id/index of the row will be.

Text, how do I do something like self.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions