If I create a UIButton
in Storyboard and assign its Class to be a subclass I made (HighlightTappedButton
), is there a way in the subclass to change the buttonType
to Custom
?
I know I can just change the type to Custom
in storyboard, but I don't want to have to remember to do that every time.