Closed wkjCoder closed 6 years ago
[self performSegueWithIdentifier:@"bookstore" sender:nil]; 当我触发SB中的bookstore这条show模式的线,跳过去之后,左上角直接显示了一个back,返回按钮都没了,这个怎么解释
destinationController 有没有实现 -rt_customBackBarItemWithTarget:action ?
-rt_customBackBarItemWithTarget:action
[self performSegueWithIdentifier:@"bookstore" sender:nil]; 当我触发SB中的bookstore这条show模式的线,跳过去之后,左上角直接显示了一个back,返回按钮都没了,这个怎么解释