MPMediaPickerController missing search functionality on the iPad
Asked Answered
A

1

7

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?

Allembracing answered 22/10, 2012 at 3:10 Comment(2)
@0x7fffffff you should write this comment as an answerValdivia
@AranMulholland A couple months late! :pRica
R
1

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.

Rica answered 10/8, 2013 at 20:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.