objective c - iOS 10.3 MPMusicPlayerControllerQueue -


i'll try modify queue of mpmusicplayer.

at ios 10.3 new functions established, i. e.:

- (void)performqueuetransaction:(void (^)(mpmusicplayercontrollermutablequeue *queue))queuetransaction completionhandler:(void (^)(mpmusicplayercontrollerqueue *queue, nserror *error))completionhandler; 

could explain usage of function? example nice...

thanks in advance...


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -