rickytan / RTRootNavigationController

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

movingFromParentViewController 这个api #243

Open liuaaaddxiaoer opened 5 years ago

liuaaaddxiaoer commented 5 years ago

api没有按照系统的进行 viewwilldisappear 如果是pop应该为1 但是结果是0

rickytan commented 5 years ago

这个很早就注意到了,因为当前的 VC 是包在 RTContainerNavigationController 中的,它并没有从上面移除,所以系统也不会设置 movingFrom 这个属性,我也没有办法手动设置。之前也尝试过,当 RTContainerNavigationController 从 parent 移除时,也同时移除当前 VC,好像有些问题。要不您有空再试试?