alerts-and-pickers icon indicating copy to clipboard operation
alerts-and-pickers copied to clipboard

Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...

Results 92 alerts-and-pickers issues
Sort by recently updated
recently updated
newest added

I show the picker view and press done. The call back of done button not called untill I did not scroll the pickerview.

![Screen Shot 2019-04-21 at 5 54 34 pm](https://user-images.githubusercontent.com/48106713/56467177-ea2c8380-645e-11e9-8fb9-ffc51de2dc7a.png)

swift 4.1 contact picker

when i change to .horizontal , it just can't show images, just blanks swif4.2 xcode10

When integrated pod

todo

How do I get the text of the text field in the OneTextfield picker ??

Picker does not return any value on done button while we don't select anything and just press done button. If i want to get default selected value on done press...

I am seeing this both from pickers in this library and my own custom implementations. It seems that setting a custom contentViewController is no longer working. Is anyone else running...

Hello, I want to use locale picker (for country) with multiple selection . I add this code to viewDidLoad() function: tableView.allowsMultipleSelection = true tableView.allowsMultipleSelectionDuringEditing = true 1- Now i can...