点击“首页”上的一个按钮跳转到和“首页”同级别的“设置”页面,只需在按钮的点击事件中添加这行代码就可实现self.tabBarController.selectedIndex =1;1就是设置页面的index;