iOS UIButton - Difference between UIButton setUserInteractionEnabled and setEnabled
问题 Wait!!!: I know that you may think this question have been asked and answered several time before. But I can guarantee you that this question is unique. Question: In an iOS App, just imagine two buttons are there, like shown in the image bellow, and they have two actions which behaves like a toggling logic. And it's logic may be as follows: - (IBAction)testBtnClicked:(id)sender { if ([self.testBtn isEnabled]) { [self.testBtn setEnabled:NO]; [self.setInteractionBtn setUserInteractionEnabled