Description
In iOS 15, UIButton's titleEdgeInsets, contentEdgeInsets, and imageEdgeInsets were deprecated. We use these in our iOS Button implementation and ImageButton. They are still working currently, but Apple can decide to change/remove these at any time so we should transition to using UIButton.Configuration APIs.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.10 SR3
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
iOS 15
Did you find any workaround?
No response
Relevant log output
No response
Description
In iOS 15, UIButton's titleEdgeInsets, contentEdgeInsets, and imageEdgeInsets were deprecated. We use these in our iOS Button implementation and ImageButton. They are still working currently, but Apple can decide to change/remove these at any time so we should transition to using UIButton.Configuration APIs.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.10 SR3
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
iOS 15
Did you find any workaround?
No response
Relevant log output
No response