I want to make a UIButton disable for user touch. Both setEnabled and setUserInteractionEnabled can do this. Which is better? How are
UIButton
setEnabled
setUserInteractionEnabled
if something is disabled it is grayed out.
if interaction is disabled it appears normal but you can't interact with it.