-
Notifications
You must be signed in to change notification settings - Fork 122
Update UIKit based disclosure indicators #3227
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
Update UIKit based disclosure indicators #3227
Conversation
refs: MBL-18325 affects: Student, Teacher, Parent release note: none test plan: - UIKit based disclosure indicators should use textDark tint color.
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.
QA +1
Tested on iPhone XS, iOS 18.3.0
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.
Thanks for following this up!
There are a few missing (hidden in storyboards), you can search for the text "arrowOpenRightSolid"
:
PageListFrontPageCell
uses the solid image directly, it's defined in the PageListViewController.storyboard
Similary, ErrorReportViewController.storyboard
, MasteryPathAssignmentCell.xib
(also has wrong color)
Maybe we should change from solid to line in AssignmentDetailsViewController
's "Submission & Rubric" button
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.
QA + 1
This is a follow-up for a previous PR that unified SwiftUI disclosure indicators but now it's for UIKit.
refs: MBL-18325
affects: Student, Teacher, Parent
release note: none
test plan:
Checklist