Skip to content

iOS 15 deprecation warnings: UIButtonConfiguration #7881

@koke

Description

@koke

After merging #7851, which drops support for iOS 14, there are a few new warnings related to the new way of styling UIButton (see wwdc21-10064).

Xcode will complain when trying to set contentEdgeInsets, titleEdgeInsets, imageEdgeInsets directly.

We should be using UIButtonConfiguration instead, which might also simplify how we apply our common styles to buttons.

Metadata

Metadata

Assignees

No one assigned

    Labels

    iOS 15Specific to iOS 15type: technical debtRepresents or solves tech debt of the project.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions