I have UIScrollViews inside of cells of a UITableView. Everything is working as expected except... when I scroll a cell off the table view and then scroll it back, the UIScrollView that is now visible inside the cell, appears to have it's contentOffset shifted by half the width of the scroll view. But when I look at the contentOffset value, it is correct and has not been shifted. At this point, any adjustments to the contentOffset now have this shifted valued added to it. I'm stumped, does anyone have an idea how the images are getting shifting inside the UIScrollView? Or how i can fix this?
Also worth noting, I am using autoLayout and constraints to automatically set up the contentSize of the scrollView. That appears to be working as expected.