iphone - How can I put the MPMediaPickerController cancel button on left side? -


I am developing an app and so far all cancel buttons are coming to the left of the navigation item, I thought It was standard and this is what Apple does with their apps. It is as long as I ran into the MPMIPper Controller, which has the Cancel button on the right side of the navigation item.

Anyway, can I move it to the left? I am reluctant to move all of my other Cancel buttons to the right because there is no other application. But it is worse than taking it from one scene to the other.

Annoyingly, the docs for MPMediaPickerController says this:

Note: MPMediaPickerController class supports Portrait Mode only. This class supports sub-closing. The visual hierarchy for this class is private; Do not modify the visual hierarchy.

I'm not in a hurry to release this app so I'm ready for a rejection risk to go to this button if I can do it because it will significantly improve user experience.

I could not find a way to do this and had to convert it to my user interface in other areas.


Comments