0

Objects Post の NSMutableArray (postArray と呼ばれる) があります。

オブジェクト Post は次のとおりです。

#import <Foundation/Foundation.h>
#import <MapKit/MapKit.h>

@interface PostAnnotation : NSObject <MKAnnotation>

@property NSInteger annotationID;
@property NSInteger postID;
@property (nonatomic, copy) NSString* profile;
@end

オブジェクト i の postArray.postID の値を変更するにはどうすればよいですか? 前もって感謝します!

4

1 に答える 1