dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.95k stars 1.7k forks source link

Use UIButton Configuration APIs on iOS #22315

Open tj-devel709 opened 3 months ago

tj-devel709 commented 3 months ago

Description

The current way we layout our buttons on iOS uses titleEdgeInsets, imageEdgeInsets, and contentEdgeInsets. However, these were deprecated on iOS 15. This is a work item to log the addition of the UIButton.Configuration API for iOS 15+. We will eventually need both to support iOS 14 and below and 15 and above.

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

Unknown/Other

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 3 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.