You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
I believe I am experiencing a similar issue with scrollViewDidEndDeceleration.
The responds function is called and returns true but forwardingTarget is not called! Upon further testing, UITableView.respondsTo(selector: aSelector) for the function returns true indicating that there is a function to call in UITableView? This prevents the forwardingTarget from being called.
After many hours of searching, I was unable to find a solution. I think the best plan of action is to manually implement functions in the ExpyTableView that calls the custom delegate. The forwardingTarget and responds functions can be left there in case there are new or forgotten functions so that it may forward them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to know when the tableview is scrolling, but scrollViewDidScroll is not called. Could you help me with this issue?
The text was updated successfully, but these errors were encountered: