Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with UITableViews and UIImageViewAligned #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sebhopley
Copy link

The issue with UITableViewCell is that it doesn't seem to call layoutSubviews when it gets redisplayed after a de-selection when returning from another UIViewController (i.e we just popped one off the stack).
This soles the issue as when we return didMoveToWindow is called.
I added in didMoveToSuperview for good measure, in my testing it didn't seem to have an effect but it may help elsewhere.

When using in a UITableView fix issue where new layer content are added
but not cleared out.
When using in a UITableView fix issue where new layer content are added
but not cleared out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant