On Apr 10, 2011, at 11:53 PM, John Michael Zorko wrote:
> I'm stumped as to why this generates a warning when I compile. Do I need to
> do something special with my AVURLAsset * to be able to access it from inside
> the block in order to add it to an NSInvocation?
>AVURLAsset *asset = [
Hello, all ...
I'm stumped as to why this generates a warning when I compile. Do I need to do
something special with my AVURLAsset * to be able to access it from inside the
block in order to add it to an NSInvocation?
for (int index = 0; index < [assetsToLoad count]; index ++)
{