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!

有帮助吗?

解决方案

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!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top