Skip to content

Using the frame layout for view wrapper instead of Autolayout. Solve the issue when running on AppKit (not Catalyst) #17

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

Merged
merged 1 commit into from
Oct 5, 2019

Conversation

dreampiggy
Copy link
Collaborator

The Autolayout engine seems does not works as expected, because when running on AppKit. The SwiftUI layout system.

Seems looks like the issue in #3 , some internal hack of SwiftUI engine break this. However, use the frame layout solve the problem.

…the issue when running on AppKit (not Catalyst)
@dreampiggy dreampiggy added fix apple bug Apple's bug that need workaround labels Oct 5, 2019
@dreampiggy dreampiggy merged commit 9ab29c1 into master Oct 5, 2019
@dreampiggy dreampiggy deleted the bugfix_view_wrapper_mac branch October 5, 2019 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apple bug Apple's bug that need workaround fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant