Hello,
Is there a good soul willing to throw in some logic??
I’d want the rows in my tableview to place themselves at the center of the screen when touched.
I’m sperimentating with talbeview:scrollToY to do this, but I can’t quite figure out some math logic to feed the method a proper Y value. It should be some sort of calculation involving obviously the row.y touched and the content width of the screen, but I am circling around the solution without getting a decent result. Any idea…?
Thanks a lot!!