views:

14

answers:

1

when you create a plist and choose number for the type for one of the entries, what type of object is returned when you call on that information later?

+1  A: 

NSNumber is the type of object that will get returned to you.

Jacob Relkin
If you choose string then is it going to be just an NSString as well?
bubster
@bubster, That's correct.
Jacob Relkin
@bubster Please upvote and accept correct answers to your questions.
Jacob Relkin