JGMediaPicker icon indicating copy to clipboard operation
JGMediaPicker copied to clipboard

A replacement for the MPMediaPickerController class for iOS that works more like the Music app

Results 6 JGMediaPicker issues
Sort by recently updated
recently updated
newest added

Thing is: When setting `allowsSelectionOfNonPlayableItem = NO` and there _are_ non-playable items more and more cells turn gray and become unresponsive. That is because the cells are reused but the...

Is there a way to only show songs that are one the device? Right now it shows everything in the iCloud library I believe.

Hi, I tried to run the JGMediaPicker demo on iOS7 and it seems that the tab icons are somehow messed up when the tab bar is shown for the first...

If the track number is 0, I use the row index. I thing Apple does it too. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"AlbumTrackCell"; JGAlbumTrackTableViewCell...

A 5th tab displaying More should be added similar to the Music app.

The root view controllers need search bars added to the top like the Music app.