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

Child views not being configured #80

Closed
brayden4012 opened this issue Sep 13, 2019 · 6 comments
Closed

Child views not being configured #80

brayden4012 opened this issue Sep 13, 2019 · 6 comments

Comments

@brayden4012
Copy link

Whenever I called the transitionToController(for child:completion:) method, only my first view controller is constrained within the container view controller. All subsequent calls to the method does not configure the other view controllers to fit inside the container view.

UtiliKitContainerViewBug.zip

@wmcginty
Copy link
Contributor

Hey @brayden4012 thanks for the report - I think this should be fixed by #79 . Do you think you could run the sample project against the transitionIssue_iOS13 to see if that fixes it?

@brayden4012
Copy link
Author

brayden4012 commented Sep 13, 2019 via email

@wmcginty
Copy link
Contributor

Are you seeing any warnings in the console like unbalanced calls to begin/end appearance transition for view controller ? That's usually indicative of something going wrong in the container's transition animator.

@brayden4012
Copy link
Author

brayden4012 commented Sep 13, 2019 via email

@brayden4012
Copy link
Author

brayden4012 commented Sep 13, 2019 via email

@wmcginty
Copy link
Contributor

This looks to have been resolved. Closing.

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

No branches or pull requests

2 participants