select picture

  1. mcorbeel

    iOS Question Select photo from library using B4xPages

    I am using B4xPages and am struggeling with how to select a photo from the phone's album. In a previous non-B4xPages project that I made I used: Camera1.Initialize("Camera1", oPage) Camera1.SelectFromPhotoLibrary(Sender, Camera1.TYPE_ALL) But "oPage" is a Page object in B4i and I cannot use that...
Top