を変更したいUIBarButtonItem
。title
しかし、このコードは機能していません。
- (void)viewDidLoad {
...
[self smay];
}
- (void)smay {
...
AppDelegate *apd = (AppDelegate*)[[UIApplication sharedApplication]delegate];
NSString *SmayUse = [NSString stringWithFormat:@"%d月%d日",
apd.newyear,apd.newmonth];
[_smay setTitle:SmayUse]
}
この問題を解決する方法がわかりません。
この問題を解決する方法を教えてください。