-
Notifications
You must be signed in to change notification settings - Fork 119
[All] [MBL-19382] iOS 26 redesign #3771
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
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # Core/Core/Features/Assignments/AssignmentList/View/AssignmentListScreen.swift # Core/Core/Features/Dashboard/Container/View/DashboardContainerView.swift # Core/Core/Features/Grades/View/GradeListScreen.swift # Core/Core/Features/Planner/CalendarToDo/View/CalendarToDoDetailsScreen.swift
refs: builds: affects: release note: test plan:
# Conflicts: # Horizon/Horizon/Sources/Features/HorizonTabBar.swift # Horizon/Horizon/Sources/Features/HorizonTabBarController.swift
E2E tests Parent ad teacher e2e
…e/canvas-ios into chore/iOS-26-redesign
known issues: testEditCalendarTodoItem, testTodoListAndFilterFlow
Claude Code ReviewUpdated: 2026-01-15 Critical Issues Found
Context
❌ Issues found |
| return controller | ||
| } | ||
|
|
||
| public override func viewDidLoad() { |
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.
The separators in the UIKit list screens (Discussions, Quizzes, etc.) are doubled on iOS 26 (they are normal for 18 or before this PR)
vargaat
left a comment
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.
The swipe to back gesture inside a course sub menu (assignment, pages, etc) is really hard to perform on my 26.2 iPad.
What's new
This PR adds support for the new Liquid Glass look and feel.
Approach
Implementation
Test plan
Screenshots
refs: MBL-19382
builds: All
affects: All
release note: Added support for Liquid Glass
Checklist