uipickerviewcontroller Questions

4

I have an app for iPhone and iPad, and when I try to load an UIPickerViewController in a UIPopoverController for iPad I get the Exception "Source type 1 not available". getting the problem even tho...

1

Solved

I have a UIDocumentPickerViewController that picks only images. This works fine in iOS 13: let supportedTypes: [String] = ["public.image"] let documentPickerViewController = UIDocumentPic...
Desegregate asked 30/6, 2020 at 8:12

1

I am trying to implement MRCountryPicker for selecting Country Flag and Code.I have installed pods. now i have no idea how can i get delegate method or how can i declare like this "MRCountryPi...
Carine asked 23/11, 2017 at 13:18

4

Solved

I have an app with a UIPickerView. I am returning a custom view with the method - (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusin...
Bondwoman asked 30/10, 2013 at 2:53

5

Solved

I just create a new class in Swift, it's called myViewController and it's a UIViewController. Now I'm trying to make it a UIPickerViewDelegate and DataSource but i got a strange error import UIKi...
Conventional asked 26/7, 2014 at 12:11

4

Solved

I saw this thing on using instruments for my app. When I profile my app, the initial memory occupied is 563 KB which is before UIImagePickerController pops up. There is one button on the first view...
Illyes asked 12/3, 2012 at 6:30

1

Solved

Just want to know how I would make a UIPickerView in a UIActionSheet with a simple array. Ok well I actually found out how to put it into an action sheet but I like your way better because it ap...
1

© 2022 - 2024 — McMap. All rights reserved.