countryNameInitials
AppDelegate.m インターフェイスで NSMutableArray としてプロパティを作成し、合成します。目的は、テーブル ビューに表示するグローバル データを格納することです。テーブルビューコントローラーで:
#import "AppDelegate.h"
...
@implementation
#define AppDelegate [[UIApplication sharedApplication] delegate]
...
AppDelegate.countryNameInitials
問題は、データへのアクセスに使用できないことです。何か案が?