UITableView didSelectRowAt is not called iOS 10, but works for 9.3.5

狂风中的少年 提交于 2019-12-04 11:47:07

For completeness in case anyone has this strange situation.

The problem was my UITableViewCell xib. I must have originally designed it as a UIView, then added the UITableViewCell. The hierarchy should begin with the UITableViewCell. I moved the UITableViewCell out from underneath the view (circled in red), deleted the view and re-connected the IBOutlets. It's just strange that it worked with iOS 9.3.5.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!