Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MPMediaPickerController missing search functionality on the iPad

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?

like image 240
sobri Avatar asked Oct 22 '12 03:10

sobri


1 Answers

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.

like image 56
Mick MacCallum Avatar answered Oct 19 '22 23:10

Mick MacCallum