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 iOS 15 Layout for CoachMarkBodyDefaultView #261

Merged
merged 2 commits into from
Nov 4, 2021

Conversation

larsschwegmann
Copy link
Contributor

The layout of the stack view inside CoachMarkBodyDefaultView is broken on iOS 15, the "Next Label" does not appear properly. This is due to a change in the internal Auto Layout workings of UIStackView. See this blog post for more info:

https://useyourloaf.com/blog/stack-view-changes-in-ios-15/

This PR introduces a fix for said layout issue.

@ephread
Copy link
Owner

ephread commented Nov 4, 2021

Thanks, sorry for the late merge!

@ephread ephread merged commit f13df2f into ephread:main Nov 4, 2021
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.

2 participants