Zhan
Results
1
issues of
Zhan
So I implemented all the functions required below like this: -(void)heartRateStart { NSLog(@"started!"); } - (void)heartRateUpdate:(int)bpm atTime:(int)seconds; { NSLog(@"Value is %i", bpm); } -(void)heartRateEnd { NSLog(@"started!"); } Which function actually...