didSelectRowAtIndexPath: not being called

前端 未结 14 2228
轻奢々
轻奢々 2020-11-29 18:57

I have a UITableView as a subview of my UIScrollVIew, which is the main view controlled by my MainViewController.

In MainView

14条回答
  •  北海茫月
    2020-11-29 19:10

    Maybe it is a typo after all. Check that your function is not didDeselectRowAtIndexPath: (de select instead of select).

提交回复
热议问题