didSelectRowAtIndexPath called after long press

半城伤御伤魂 提交于 2019-12-01 21:20:48

Try to add uiview in your scroll view and add every elements in that uiview like your tableView,textfield,views and buttons etc.

So, that view works as container view.

Make sure that you are setting proper constraints if you are using autolayout.

Second thing remove unnecessary gesture recognizer implicitly which is not required.

Tableview have scroll enable by default so not need to set it true again. (it's not affect your issue btw!!)

So remove unnecessary configuration and make proper setup and your issue will be solved i think.

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