Question

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!

Était-ce utile?

La solution

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!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top