Skip to content
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

[Bug] Mac Catalyst: set the correct deprecated version #2220

Merged
merged 1 commit into from
May 18, 2022
Merged

[Bug] Mac Catalyst: set the correct deprecated version #2220

merged 1 commit into from
May 18, 2022

Conversation

miguelangel-dev
Copy link
Contributor

@miguelangel-dev miguelangel-dev commented May 17, 2022

Description

Fix a bug in mac-catalyst because tableView(_:editActionsForRowAt:) has been deprecated in iOS 13, ipadOS 13 and macCatalyst 13.1.

If we do not add the correct deprecation version, it will create an inconsistency between MacOSX SDK and the library. UITableView's headers are explicitly marked deprecated at 13.1, and the library will take 13 (from iOS) - making a premature deprecation in catalyst.

Source: https://developer.apple.com/documentation/uikit/uitableviewdelegate/1614956-tableview

@mats-claassen mats-claassen merged commit cd2a285 into xmartlabs:master May 18, 2022
@miguelangel-dev miguelangel-dev deleted the fix/maccatalyst-deprecated branch May 18, 2022 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants