ios - Adding a TapGestureRecognizer to a UITableView backgroundView -


in uitableview have contentinset on top , have backgroundview uitapgesturerecognizer work button. if user scrolls top, backgroundview visible , tap on should something.

unfortunately tableview not pass touch through... ideas on how can fix this?

thanks, georg

your tableview catch events on screen, in mind not possible without disable tableview. maybe adding ghost button on tableview enabled when user scrolls top.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -