Nicolas Manzini
Nicolas Manzini
me too have the same problem since i modified the completition nil and added a method didMoveItemAtIndexPath:toIndexPath
just found the solution. ``` NSIndexPath * fromIndexPath = nil; NSIndexPath * toIndexPath = nil; fromIndexPath = self.layoutHelper.fromIndexPath; toIndexPath = self.layoutHelper.toIndexPath; // Tell the data source to move the item...
That is the only thing preventing me from actually using it everyday. +1 Unfortunately I have no idea how to code it
@JohnEstropia no I decided to leave this SDAVAsset and return to the original AVAssetExportSession