set UIButton's buttonType programmatically
本问题已经有最佳答案,请猛点这里访问。
我在ib中添加了一个
无法设置ButtonType只读属性,请使用以下命令可能会有所帮助:
1 | UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom]; |
一旦设置好,就无法更改
您可以准备两个按钮,并根据背景色隐藏其中一个。
我在ib中添加了一个
无法设置ButtonType只读属性,请使用以下命令可能会有所帮助:
1 | UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom]; |
一旦设置好,就无法更改
您可以准备两个按钮,并根据背景色隐藏其中一个。