http://jingyan.baidu.com/article/6525d4b164dd6eac7c2e944f.html 这个过程怎么用代码实现啊
看你的button在哪个页面。如果button在类似于登录页面,可以用push/present,如果button是在tabbarController 页面,直接用tabBarController.selectedIndex=0;(0表示是第几个),如果是在tabBarController 的下一级页面,可以使用通知,先push到上一级页面,再用selectedIndex。