iOSPicturePicker : multiple sources?

I’d like users to be able to either take a snap , or use an existing picture.
Right now, it seems it is ‘one or the other’
Camera opens the camera.
PhotoLibrary offers many ‘sources’ but a live camera aint one.
Library offers a subset of images only

Is there an enumeration that combines PhotoLibrary and Camera at once, in the way that Instagram and others manage?

Instagram uses their own implementation of a picture picker. Not the native one.

You could display a message box to the user asking which type of picker he needs, Camera or PhotoLibrary.

See also: <https://xojo.com/issue/55219>