Add target for UIButton - iOS

Viewed 49678

Anyoone can help me on how to add action to call the following method using UIButton.

-(void)navigatePics:(id)sender andIndex:(NSInteger *)index{}
3 Answers
Related