I am trying to implement the new iPod wheel style scrubbing gesture that was recently added to AVPlayerController on my custom Player UI built on top of AVPlayer .
I can not find any new API reporting this kind of gestures from the remote control, is there some API that I am missing that is actually reporting these gestures?
Otherwise, how would you recommend to implement something like that? Should I use the GameController SDK in order to get the actual position of the user's finger?