大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
一,工程图。
在盘锦等地区,都构建了全面的区域性战略布局,加强发展的系统性、市场前瞻性、产品创新能力,以专注、极致的服务理念,为客户提供网站制作、做网站 网站设计制作按需求定制网站,公司网站建设,企业网站建设,品牌网站制作,成都全网营销推广,外贸营销网站建设,盘锦网站建设费用合理。
二,代码。
ViewController.m
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. //增加右侧按钮 [self addRightButton]; } #pragma -mark -functions //增加右侧按钮 -(void)addRightButton { UIBarButtonItem *selectButton = [[UIBarButtonItem alloc] initWithTitle:@"筛选" style:UIBarButtonItemStyleDone target:self action:@selector(doClickRightButton)]; self.navigationItem.rightBarButtonItem = selectButton; } #pragma -mark -doClickAction -(void)doClickRightButton { FirstViewController *first=[[FirstViewController alloc]init]; [self.navigationController pushViewController:first animated:NO]; }
以上所述是小编给大家介绍的iOS 增加右侧按钮功能实例代码,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对创新互联网站的支持!