KKKKaras

Results 5 comments of KKKKaras

@RajChanchal ok~ im a novice. I add the method at the MWPhotoBrowserDelegate ( in the MWPhotoBrowser.h) - (void)deleteAnyPicture; then add this (MWPhotoBrowser.m) [_compileBtn addTarget:self action:@selector(delete:) forControlEvents:UIControlEventTouchUpInside]; self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]...

``` swift let avAsset = AVURLAsset.init(url: outputFileURL, options: nil) let tracks:NSArray = avAsset.tracks(withMediaType: AVMediaType.video) as NSArray let destinationPath = NSTemporaryDirectory() + fileName.mp4” let newVideoPath: NSURL = NSURL(fileURLWithPath: destinationPath as String)...