-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Various UI improvements #6
base: main
Are you sure you want to change the base?
Conversation
cell.backgroundColor = .clear | ||
cell.selectedBackgroundView = UIView.init(frame: .zero) | ||
cell.selectedBackgroundView?.backgroundColor = UIColor.init(white: 1, alpha: 0.2) | ||
cell.selectedBackgroundView?.layer.cornerRadius = 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test these changes on tvOS? It appears as though the save games are unreadable now with white text on a white background that was fixed in #5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guilty as charged! I hadn't tried it on tvOS. There we go; needed a storyboard update.
Hi! A few proposed changes here: