I am using UIImageViewAligned, set to align top, on a custom TabelViewCell. My TableView is contained in a UITabBarController.
If I switch to another tab and return to the table, the image view will redraw the original image, centered.
From what I could debug, the only method called when I switch back to the table tab is
- (UIImage*)image { return _realImageView.image; }
I couldn't find any solution to that yet.