iOS定制改动navigation的backbutton

Posted claireyuancy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS定制改动navigation的backbutton相关的知识,希望对你有一定的参考价值。

ios开发中。navigation的返回button是英文“back”。想改动成中文“返回”或者自己定义的文字。这么简单的事情却折腾了小半个小时。原来是被leftBarButtonItem和rightBarButtonItem的设置方法给迷惑了。
我们设置leftBarButtonItem和rightBarButtonItem的时候都是在当前页面。而backBarButtonItem却是在父页面;所以须要在调用

 [self.navigationControllerpushViewController:photoController animated:YES];

之前运行;代码例如以下:

  self.navigationItem.backBarButtonItem=[[UIBarButtonItemallocinitWithTitle:@”返回style:UIBarButtonItemStyleBorderedtarget:nilaction:nil];

    [self.navigationControllerpushViewController:photoController animated:YES];

赶快试试吧!


以上是关于iOS定制改动navigation的backbutton的主要内容,如果未能解决你的问题,请参考以下文章

ShopEx customSchema 定制能够依据客户的需求对站点进行对应功能的加入改动或者删除

ABP框架详解Navigation

iOS Navigation 使用的一些总结

navigator.notification.alert 在 iOS 9 中不起作用

iOS开发-UI Navigation

用navigator.geolocation在IOS10以上的系统无法定位