第二次推视控制器xamarin ios后需要触摸与tableview交互(Need to touch to interact with tableview after push view controller xamarin ios on second time)

情况就是这样:我有两个屏幕(视图控制器),一个是登录页面,另一个是tableview

从第一次登录页面进入tableview后,一切正常。 但是当我从表视图进入登录页面,再从那里再到tableview时,我需要触摸tableview以允许我与表视图进行交互。

This is the case: I have two screens(view controllers), one is login page and another is tableview

After go to tableview from login page at first time, everything is ok. But when i go to login page from table view, and from there to tableview again, i need to touch the tableview to allow me to interact with the table view.

最满意答案

完成

我的问题是导航控制器,我只是在ViewWillDisappear方法上发布了导航控制器。

谢谢

Done

My problem was with navigation controller, i just release the navigation controller on ViewWillDisappear method.

Thanks

第二次推视控制器xamarin ios后需要触摸与tableview交互(Need to touch to interact with tableview after push view controller xamarin ios on second time)

情况就是这样:我有两个屏幕(视图控制器),一个是登录页面,另一个是tableview

从第一次登录页面进入tableview后,一切正常。 但是当我从表视图进入登录页面,再从那里再到tableview时,我需要触摸tableview以允许我与表视图进行交互。

This is the case: I have two screens(view controllers), one is login page and another is tableview

After go to tableview from login page at first time, everything is ok. But when i go to login page from table view, and from there to tableview again, i need to touch the tableview to allow me to interact with the table view.

最满意答案

完成

我的问题是导航控制器,我只是在ViewWillDisappear方法上发布了导航控制器。

谢谢

Done

My problem was with navigation controller, i just release the navigation controller on ViewWillDisappear method.

Thanks