Hi Team,
Follow this blog , basic things can know to implement Angular JS
http://techiedreams.com
Here you can find all the real time issues we faced while developing iPhone, android applications
In place of above code you can paste this code:
AVURLAsset *asset = [AVURLAsset assetWithURL: movieURL];
Float64 duration = CMTimeGetSeconds(asset.duration);
NSLog(@"duration..%f", duration);
[yourTextField setAdjustsFontSizeToFitWidth:FALSE];