Drop iOS 14 Support: Address UIButton API deprecations (#3) #21023
Merged
Drop iOS 14 Support: Address UIButton API deprecations (#3) #21023
Conversation
f4a0629 to
14da3ef
Compare
Contributor
|
| App Name | WordPress Alpha |
|
| Configuration | Release-Alpha | |
| Build Number | pr21023-d7dd958 | |
| Version | 22.7 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | d7dd958 | |
| App Center Build | WPiOS - One-Offs #6242 |
Contributor
|
| App Name | Jetpack Alpha |
|
| Configuration | Release-Alpha | |
| Build Number | pr21023-d7dd958 | |
| Version | 22.7 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | d7dd958 | |
| App Center Build | jetpack-installable-builds #5268 |
momo-ozawa
approved these changes
Jul 7, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Related Issue #20860
Remove some unused code with
UIButtondeprecations.Test Test
I verified it with an image diff tool. The new API works the same with the only exception how the dynamic type works: it leaves slightly less space between buttons, which I think is an improvement.
before → after
Regression Notes
PR submission checklist:
RELEASE-NOTES.txtif necessary.