我在 AppDelegate.m 接口中创建一个属性countryNameInitials
作为 NSMutableArray 并合成它。目的是存储全局数据以在表格视图中显示。在表视图控制器中:
#import "AppDelegate.h"
...
@implementation
#define AppDelegate [[UIApplication sharedApplication] delegate]
...
问题是我不能AppDelegate.countryNameInitials
用来访问数据。任何的想法?