&tag();
*目次 [#l3e91e9b]
#contents

*ボタンの追加 [#l6a47c0b]
**"+"ボタンを追加 [#bd62954c]

- (void)viewDidLoad {
    [super viewDidLoad];
    ///// ナビゲーションバーのボタン
    UIBarButtonItem *newButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(newPushed)];
    self.navigationItem.rightBarButtonItem = newButton;
    [newButton release];
}


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS