, my list scrolls to the bottom. The issue is that even when I tap on other elements (i.e. one of the buttons), that also scrolls the user to the bottom. Any ideas?
w
Will Shelor
08/31/2021, 1:55 AM
I’d put a breakpoint and see if it is actually calling this method, and if so, what “it” is in this case. It’s possible that your scrollable list is reusing views, and you’ll need to qualify your “it” to make sure you’re interacting with the element you think you are.