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

Address warnings from Button Module #305

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Address warnings from Button Module #305

merged 1 commit into from
Nov 26, 2024

Conversation

KunJeongPark
Copy link
Collaborator

@KunJeongPark KunJeongPark commented Nov 25, 2024

Summary of changes

  • Remove conformance to CaseIterable on extension to buttons in demo app
  • Investigate error output in console
    (There are errors output in console from font registration being triggered multiple times in UIKit view’s layoutSubviews function. We could use a variable to track if the font has already been registered, but we should make sure it doesn’t introduce Sendability issues with Swift 6. This could be addressed as part of bigger ticket to handle Sendability compliance)

Checklist

  • Added a changelog entry

Authors

List GitHub usernames for everyone who contributed to this pull request.

@KunJeongPark KunJeongPark requested a review from a team as a code owner November 25, 2024 22:13
@KunJeongPark KunJeongPark merged commit 1982e54 into main Nov 26, 2024
7 checks passed
@KunJeongPark KunJeongPark deleted the button-warnings branch November 26, 2024 16:28
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