0

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.

lagos
  • 1,968
  • 3
  • 17
  • 26

1 Answers1

0

Fixed it by changing the child uiviewcontroller to be a uiview instead of uiviewcontroller.

lagos
  • 1,968
  • 3
  • 17
  • 26