iphone - AVURLAsset - loadValuesAsynchronouslyForKeys:requestedKeys -


i'm using code load values of key , play movie url.

[asset loadvaluesasynchronouslyforkeys:requestedkeys completionhandler:      ^{                            dispatch_async( dispatch_get_main_queue(),                          ^{                                                                                       [self preparetoplayasset:asset withkeys:requestedkeys];                         });      }]; 

but method preparetoplayasset cannot run , don't know why. know reason?


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -