私は少しまたは記念碑的に間違ったことをしています。
UIColourをプログラム可能な変数と交換したいのですが、次に例を示します。
NSString *DataColourTitle = @"greenColor";
[[UINavigationBar appearance] setTintColor: [UIColor [NSString stringWithFormat: @"%@", DataColourTitle]]];
NSString部分でExpectedIdentifierエラーが発生しましたが、これを実現するために必要なフォーマットが実行されていません。