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.