Skip to content

Dismissing ViewControllers above causes UI bug #16

Description

@LinusGeffarth

EDIT

It was not setting the image programmatically that causes the issue, but dismissing a UIViewController above the one with the image after presenting it as a popover i.e..
Below the original post.


I have set UIImageViewAligned as my UIImageView's class in storyboard, enabled right alignment and provided an image:

screen shot 2017-10-30 at 14 18 32

It works just like it should until I update the image programmatically like:

imageView.image = UIImage(named: "account.png")!

This results in the following UI:

screen shot 2017-10-30 at 14 19 30

Any idea why this happens & what I can do about it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions