forked from openedx/openedx-app-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: SE device UI issues #39
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
28bf8a9
fix: se device
forgotvas 537e922
fix: course image
forgotvas 49a42c4
fix: small course
forgotvas 87f3a31
Merge branch '2U/develop' into fix/se
forgotvas 4611a4b
fix: header for ios 15
forgotvas 0d8e36d
fix: double nav bar
forgotvas 5782e28
chore: added trophy assets
forgotvas f7945a9
fix: fixed all courses screen
forgotvas adb31ea
fix: ipad course dashboard
forgotvas 475e004
chore: fixed dates banner padding
forgotvas e9a79af
fix: ipad upgrade view
forgotvas dab7185
chore: fix for rotation bug
forgotvas 1adb41a
fix: scroll on home tab
forgotvas a8f0394
chore: update introspect for future versions
forgotvas 0ea8c8b
chore: rename name of file icon
forgotvas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@forgotvas What will happen when the new iOS version iOS 18, will be released, do we need to white list future updates or will it be handled automatically?
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.
we will need add new version or we will need to change standard introspect to
@_spi(Advanced) import SwiftUIIntrospect
and use it like.introspect(.scrollView, on: .iOS(.v15...), customize: { scrollView in
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.
Can you update it so we don't have to worry about future updates, until unless there is an issue?
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.
or if it's out of the scope of this PR, we can create a task for this and can handle it post-MVP.
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.
updated, also checked via search on project word
.introspect
and found that there no any other places where it uses list like.v(16), .v(17)
. Other places use certain version or relative range.