The normal MobileButton for iOS is very simple and have only the possibility to change the color of the caption. However, it would often be desirable for the button to be emphasised more, e.g. if you have more buttons on the view or if the button is a consent button (e.g. for data protection)
I have seen that, starting with iOS 15, there are more configuration options for a button, e.g. inverted, round corners, different sizes, etc.
Is it possible to use this configuration with the existing buttons, for example with declares? Unfortunately, I can’t get any further here. Thanks for any ideas.
Thank you Jeremie for your feedback and the solutions. I will look into it.
As I have seen, you can use the functions to manually set the background color and round corners of the buttons. Helps me further.
I have read in the Human Interface Guidlines from Apple that since iOS 15 there are also prefabricated styles and sizes for buttons that are also based on the action, such as Primary Button etc. Is there also such a possibility?