RIBs
RIBs copied to clipboard
serious memory leak in iOS platform
On iOS, we can't call the detachChild method properly when we swipe to close the page, which causes a serious memory leak, is there any way to solve this problem
Sent from PPHub
@rudro do you have an answer?
@spirit-jsb this should probably help https://github.com/uber/RIBs/issues/131#issuecomment-348382145
alternative is to override leftBarButtonItem and only allow an explicit back button action where you cna route away from child. that way you can avoid memory leaks