I have a simple audio playlist using an AVQueuePlayer object. The queue is populated by iterating through a UITableView which contains custom UITableViewCell objects, PlayableAudioCell. These objects have an AVPlayerItem property, audioTrack, that I insert into the AVQueueplayer's queue.I have a simple audio playlist using an AVQueue