Search Unity

Can I just want to open iOS photo gallery only and don't want the pick features?

Discussion in 'Scripting' started by hizral, Oct 20, 2016.

  1. hizral

    hizral

    Joined:
    Apr 27, 2010
    Posts:
    568
    Hello there

    Have a few question here about iOS photo gallery. I would like to just only open iOS photo gallery from my app after I capture picture or video, I don't want to selet or pick any picture to be used in my app.

    I just want the user to take picture or video within my app and then after finished the app will automatically open the iOS photo gallery for them.

    I manage to used the "UIImagePickerController" to open the gallery but I don't want the pick features, and I don't know how to disable or remove the pick features.

    Can I open iOS photo gallery using url method? is this possible.

    Thank you.
     
  2. hizral

    hizral

    Joined:
    Apr 27, 2010
    Posts:
    568
  3. DonLoquacious

    DonLoquacious

    Joined:
    Feb 24, 2013
    Posts:
    1,667
    Kiwasi likes this.
  4. hizral

    hizral

    Joined:
    Apr 27, 2010
    Posts:
    568
    Thank you..will post my question there.