标签: ios uibutton
如果我在Storyboard中创建UIButton并将其Class指定为我创建的子类(HighlightTappedButton),那么子类中是否有一种方法可以将buttonType更改为{{ 1}}?
UIButton
HighlightTappedButton
buttonType
我知道我可以在故事板中将类型更改为Custom,但我不想每次都记得这样做。
Custom
答案 0 :(得分:3)
我认为在运行时不可能。因为它是一种只读方法。我想你会从这些链接中得到有用的问题。
set UIButton's buttonType programmatically
Change UIButton type programatically
how to set UIButton type in UIButton Subclass