像这个视频链接enter link description here一样,我搜索一下,通过这个enter link description here得到一些想法,但是这个项目总是打开一个背景为selectedindex = 0的警报,我需要一个背景作为最后一个viewcontroller在视频中。如何从tabbarcontroller获取以前tabbar的索引。
答案 0 :(得分:0)
func tabBarController(_ tabBarController: UITabBarController, shouldSelect viewController: UIViewController) -> Bool
{
print("your previous index is",tabBarController.selectedIndex)
return true
}