Skip to content

Image is displayed twice whenI switch tabs (UITabBarController) #8

@guilhermearaujo

Description

@guilhermearaujo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions