开发者

location of objects in class

开发者 https://www.devze.com 2023-03-17 19:30 出处:网络
my classhave these objects : NSString *first; NSString *last; NSString *address; NSInteger num; NSString *gender;

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

精彩评论

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