Start a Project

UIButton Configuration in iOS 15

Today, we are going to learn some new features about the UIButton configurations.

In addition, this will provide you with an easier way to style your app buttons and style changes when the button state changes.

Basic Style For UIButton:

In Xcode 13, there are four pre-defined styles for UIButton.

Firstly, drag a button from the object library and then check the Interface Builder you will find the four basic styles.

UIButton Configurations:

UIButton Configuration is a new structure that defines the behavior and appearance of the button and of its content.

It has many properties for appearance and content for example: titletitlePaddingimageimagePaddingbuttonSizebaseBackgroundColorbackground, etc.

Initialization:

UIButton.Configuration does not have accessible initializers so you can not initialize it.

However, we got four static functions that return us to four different styles.

Customization in UIButton Configuration:

Before passing the configuration, you can customize UIButton Configuration by modifying its properties

There are many properties you can add with Configuration and change your app button appearance and content.

In conclusion, the UIButton configuration makes it easier to modify its property and appearance.

Lastly, Please share your thoughts in the comment area.

For more blogs please click here

Exit mobile version