简体   繁体   中英

The uiviewcontroller child of a uiviewcontroller not reacting to touches

I have a UIViewcontroller that have several views and one uiviewcontroller as childs. The uiviewcontroller include a tableview. The child uiviewcontroller has the delegate and datasource methods.

I can see the tableview, the delegate build right the table, but I cant scroll or select the cells because the child uiviewcontroller don't react to touches.

通过将子uiviewcontroller更改为uiview而不是uiviewcontroller来修复此问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM