rickytan / RTRootNavigationController

Implicitly make every view controller has its own navigation bar
MIT License
2.15k stars 379 forks source link

触发SB #157

Closed wkjCoder closed 6 years ago

wkjCoder commented 6 years ago

[self performSegueWithIdentifier:@"bookstore" sender:nil]; 当我触发SB中的bookstore这条show模式的线,跳过去之后,左上角直接显示了一个back,返回按钮都没了,这个怎么解释

rickytan commented 6 years ago

destinationController 有没有实现 -rt_customBackBarItemWithTarget:action