MPMediaPickerController missing iPad search function

When setting up MPMediaPickerController with the same code, the search function works on the iPhone, but not on the iPad. There is a search box in the collector on the iPhone, but not on the iPad.

Is there a way to enable this functionality on the iPad?

+7
source share
1 answer

I submitted an error message about this (ID: 12157125) back in August, but none of this worked, so there is no way to enable this function. However, you can remake the collector from scratch using a combination of UITableView and some MPMediaQueries , giving you the ability to add your own search functions.

+1
source

All Articles