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!

Was it helpful?

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top