开发者

location of objects in class

my class have these objects :

NSString *first;
NSString *last;
NSString *address;
NSInteger num;
NSString *gender;

I want to define an array which has the location of these objects, which I can modify the locations later and also I want to be开发者_StackOverflow able to search for specific object, also I want to be able to modify the values in the array if there where changes in the class objects.

Thanks

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜