Skip to main content
1 vote
1 answer
175 views

An app that is capable of running on iPad can be usually run on Mac if properly designed and that's great. Recently I've tried to launch one of my old apps on macOS 26 in "Designed for iPad" ...
laconicman's user avatar
0 votes
1 answer
74 views

This is the code I'm trying to use. All I get is an error: Type 'UIImagePickerController.InfoKey' (aka 'NSString') has no member 'editedImage'. My imports: import UIKit import Photos import ...
Ninja's user avatar
  • 3
1 vote
0 answers
40 views

Upon clicking on the navigationItem which opens a UIImagePickerController, I get the below log in the debugger, and cannot find any documentation that speaks about didDisplayPhotoPickerSourceType. ...
brunshte's user avatar
  • 331
0 votes
0 answers
61 views

I have a view controller with a button. Once clicked, a new view controller is suppose to be presented. CropperViewController @IBAction func cropImageAction(_ sender: AnyObject) { ...
Amen Parham's user avatar
2 votes
0 answers
30 views

I'm trying to display interstitial ad after user pick the image/video from the gallery but as soon as image is picked and I try to display ad, it throws the following error The provided view ...
shakti goyal's user avatar
0 votes
0 answers
477 views

Hey i need help regarding android photopicker in this i select few images and able to show them in imageview but i want to replace few images from those i have list of selecteduri but no know ...
Sanjeet Kushwaha's user avatar
0 votes
0 answers
188 views

I am building a Maui app which requires custom camera view/control in order to play some audio and show some more info. What I have so far is working as it should in portrait mode. Once my phone is in ...
V. Braz's user avatar
  • 57
1 vote
2 answers
466 views

I'm working with UIImagePickerController for the editing feature it offers but I'm running into one slight issue. If I replace the image a few times, about 5-6 it will crash and return warnings like ...
MobileFirst's user avatar
0 votes
0 answers
234 views

When using ImagePicker().pickImage(source: ImageSource.camera) the app crashes. Tried the example provided on pub.dev for image_picker. On an Android device, it works. On iOS 16 or below, it works. ...
Carlos Henrique's user avatar
-1 votes
1 answer
115 views

I want to draw over the imagePicker image section. I know that the image picker has an overlay view which you can use. However I want to add to the image section area only, so I need to get the crop ...
reza23's user avatar
  • 3,453
0 votes
1 answer
453 views

When using UIImagePickerController() it's easy to add an overlay image. I'd like to dynamically get the "actual camera preview image area", i.e. indicated in a yellow box here: (For example ...
Fattie's user avatar
  • 9,770
1 vote
1 answer
894 views

I'm currently using the Expo imagepicker and it works well on Android phones. However, when choosing the "Select Photos" option on iOS, the photo gallery pops up again after permission is ...
ApluUAlberta's user avatar
0 votes
1 answer
112 views

Error: Publishing changes from background threads is not allowed; make sure to publish values from the main thread (via operators like receive(on:)) on model updates. struct ImagePicker: ...
dunoiww's user avatar
  • 33
0 votes
0 answers
93 views

So firstly, when I present the image picker I get this error: 2023-08-03 16:47:45.979280-0700 MyAppName[7794:1889375] [AXRuntimeCommon] Unknown client: MyAppName Then when I choose an image I get this ...
Mr. Man's user avatar
  • 38
5 votes
1 answer
4k views

is there any way to make the new PhotosPicker open the camera instead of opening the photoLibrary, I remember in the old UIImagePickerController there was this option user could choose in the picker ...
Damiano Miazzi's user avatar

15 30 50 per page
1
2 3 4 5
275