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

Layout: first launch screen adjustment for Czech #65

Open
marc-medley opened this issue Nov 17, 2022 · 1 comment
Open

Layout: first launch screen adjustment for Czech #65

marc-medley opened this issue Nov 17, 2022 · 1 comment
Assignees
Milestone

Comments

@marc-medley
Copy link
Member

The first lauch screen needs a layout adjustment for the Czech translation.

Launch_iPhone_11_Pro_15_a

@marc-medley marc-medley self-assigned this Nov 17, 2022
@marc-medley marc-medley added this to the v3.3.3 milestone Nov 17, 2022
@marc-medley
Copy link
Member Author

The RoundedButton class (green) clips text which is otherwise shown in a standard UIButton (blue). Also, content inset and content centering needs to be updated.

RoundedButton-UIButton

RoundedButton is now replaced with a UIButton. Content inset and content centering are now set programatically.

Programatic setting of UI element attributes is step towards phasing out the InterfaceBuilder. The InterfaceBuilder is no longer used with SwiftUI.

The issue with content inset was also fixed.

1stLaunch_UIButton

Removing dependency on RoundedButton reduces the code complexity.

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

1 participant