MPMediaPickerController missing search functionality on the iPad

294 Views Asked by At

When setting up an MPMediaPickerController with the same code the search functionality works on the iPhone but not on the iPad. There's a search box in the picker on iPhone, but not on iPad.

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

1

There are 1 best solutions below

0
On

I filed a bug report about this (ID: 12157125) back in August nothing has come from it yet, so no there is no way to enable this functionality. However, you could remake the picker from the ground up using a combination of a UITableView and some MPMediaQueries, leaving you free to add your own search functionality.