摘要:
在文件xxxViewController.m中,// 添加前进按钮UIBarButtonItem *rightButton = [[UIBarButtonItem alloc] initWithTitle:@"Forward2" style:UIBarButtonItemStylePlain target:self action:@selector(forwardButtonPressed:)];self.navigationItem.rightBarButtonItem = rightButton; // 隐藏返回按钮UIBarButtonItem *leftButton 阅读全文
posted @ 2014-01-17 16:50
trako
阅读(839)
评论(0)
推荐(0)