How do I disable a UIButton? April 26, 2023 by Tarik Please set this… editButton.userInteractionEnabled = NO; or You can use editButton.enabled = NO;