Is there a way to programmatically fire a button click event? I have a button placed there in an UIView, and in a particular scenario i want to click the button via code, no
If you're talking about a UIButton, you can just call the same method that the UIButton is calling when it is tapped. For example:
[self myButtonsTargetMethod];