I’m wondering how to record the time taken from running the method below, to when a UIButton is pressed — could anyone possibly help?
-(void)informToPress
{
textLabel.text = @"Test, press the button";
//begin record and end record on button press
}
Thank you,
OR