假如有两个ViewController A,B
改动B的返回button需在A页面设置
self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc]initWithTitle:@"返回"
style:UIBarButtonItemStylePlain target:nil action:nil];
转载于:https://www.cnblogs.com/bhlsheji/p/4216246.html
相关资源:数据结构—成绩单生成器