Domanda

In my Xcode project, I have a few buttons in the main window that I would like to replace with another type of button. In this case, there are a few rectangles and a rounded rectangle button. Is there an easy way to replace the buttons with another style, or am I stuck with deleting them and settings them all up again? Thanks in advance!

È stato utile?

Soluzione

You can select button type custom and use your own special background as the button in Interface Builder. If you want to further customize your button, I suggest making an outlet of it and customize it programmatically.

Good Luck!

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top