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

Updated to swift 5 and added pod by name AlertsAndPickers

Please is this project still being maintained?

![image](https://user-images.githubusercontent.com/7371867/45432583-ca6cfa00-b6dc-11e8-80e7-54a9aebf640f.png) ![image](https://user-images.githubusercontent.com/7371867/45432611-dbb60680-b6dc-11e8-843d-42ad54197a86.png) ![image](https://user-images.githubusercontent.com/7371867/45432643-eb354f80-b6dc-11e8-8846-983430a9337d.png)

Warning: Attempt to present on whose view is not in the window hierarchy!

Some of my values in the picker got too much text to fit in 1 line and i cant find a solution to fix it with this package. Any help...

if picker values don't change, it will not call Action

I want add a vebview in alert, let title = "Privacy Policy" let message = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" let alert = UIAlertController(title: title, message: message, preferredStyle: .alert) let subview = alert.view.subviews.first let...

I have updated the project to use swift 5.0 I have also removed as many warnings as possible. I added fatalError() calls in places where I did not have enough...