iOS SDK heart rate monitor which uses the camera and its flash to determine the users heart rate in beats per minute. The kit has its own UI. Feel free to customize!
HeartRateKitController *controller = [[HeartRateKitController alloc] init];
controller.delegate = self;
[self presentViewController:controller animated:YES completion:nil];
Check the sample project for demonstration.
See the LICENSE file (MIT).