-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix minor visual glitches #24858
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 minor visual glitches #24858
Conversation
7390ccd
to
2829e55
Compare
2829e55
to
8b99dfe
Compare
|
App Name | WordPress | |
Configuration | Release-Alpha | |
Build Number | 29066 | |
Version | PR #24858 | |
Bundle ID | org.wordpress.alpha | |
Commit | 0e493cb | |
Installation URL | 4haefa2chu92g |
|
App Name | Jetpack | |
Configuration | Release-Alpha | |
Build Number | 29066 | |
Version | PR #24858 | |
Bundle ID | com.jetpack.alpha | |
Commit | 0e493cb | |
Installation URL | 5hje8463ph8qo |
|
stack.spacing = 8 | ||
|
||
navigationItem.titleView = stack | ||
// TODO: Design a better way to show it that doesn't affect the navigation bar |
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.
I think we need to design a good way to indicate that the locally cached content is refreshing. The previous solution was no longer working on iOS 26 as everything begins jumping around.
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.
Should this code be kept for non-iOS 26?
Targeting 26.4 to reduce the affected area of the fixes. |
I opened separate PRs for these changes, with better description, and a few other fixes. |
Fix some minor but highly visible visual glitches I and David found – mostly just switching to correct system bar button items.