MPMediaPickerController
used to give a visual indication that an item was selected prior to iOS 8.4.
In 8.4 when a picker is displayed and allowsPickingMultipleItems
is set to true, it does show that items are selected in mediaPicker:didPickMediaItems
but while picking, selected items simply highlight (sometimes) but then just flip back to a normal display without highlighting the + indicator.
Prior to iOS 8.4, when selecting multiple items using MPMediaPickerController the selected items remained highlighted to indicate selection. Additionally, it was not possible to select an item multiple times.
As of iOS 8.4, selecting an item simply highlights it for a brief period of time and the user can select the same item multiple times without being aware that she has already selected the item. Steps to Reproduce: 1. Implement an instance of MPMediaPickerController (init with MPMediaTypeMusic) 2. Set "allowsPickingMultipleItems" to "YES" 3. Present the controller modally and try selecting an item
Expected Results: Selected item should remain highlighted to indicate selection and it should not be possible to select an item multiple times
Actual Results: Selected items are not reflected (aside from a brief highlight - dehighlight) and it's possible to select an item multiple times mistakenly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With