Is there any change in Xcode 12.0 that changes ButtonType from roundedRect to system?

Viewed 447

I recently update Xcode from V11.x to V12.0, and had to fix App that just added outlet property to text field but the storyboard got changed buttonType from 'roundedRect' to 'system'. Attached below screen image.

Github Changed file summary

1 Answers

There are no rounded rect buttons on iOS. They ended several years ago. A system button was used instead. So now they’ve stopped using the name too.

Related