Christian Roman

Results 6 comments of Christian Roman

Are you trying to run the demo in the Simulator?

Sorry for my late response, right now I'm working on this feature, thanks for open this issue.

I've never implemented but seem it will need to perform a Fourier transform (FFT) , and find peaks in the spectrum. This could be helpful http://www.ignaciomellado.es/blog/Measuring-heart-rate-with-a-smartphone-camera

Thanks, I'm going to review this issue today, seems that iOS 7.1.x makes the translucent property look different.

I'm trying to solve the problem. I'm not sure if this could solve your problem. A temporally solution for me is (example): ``` objc - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {...

if you want to change the colour dynamically for only one View Controller you can use: `[[CRGradientNavigationBar appearance] setBarTintColors:colors];` This also works with an _UINavigationBar IBOutlet_ (w/o an UINavigationController): Place...