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

Changing the background colours of the alert and buttons would be a nice to have feature.

hope that PhotoLibrary Picker can be made into a better photo album browser like Telegram.

Hi is there any sample photoLibraryPicker, whenever we selected images. How we take them. Kind Regards.

It looks this awesome project is not maintained anymore and as world moves on I guess it would be beneficial to all of us to deal with opened issues and...

Is there planned any work for make it compatible with iOS 10.0 ?

Very frustrating to use this without a pod. Getting the error: Incorrect argument labels in call (have 'style:title:', expected 'nibName:bundle:') Replace 'style: .actionSheet, title' with 'nibName: .actionSheet, bundle' www.connorcowling.com/github/issues/error.png Swift...

This allows the strings file to be compatible going forward but also for backwards compatibility for older Xcode clients

How can we install this project without cocoapods ? thanks

in the simulator works fine, but in the devices appear in this line the error: subscript (r: Range) -> String { let start = index(startIndex, offsetBy: r.lowerBound) let end =...

I have a collection view, in the footer of the collectionView I have a tableView. I'm using a protocol to have a custom cell present the pickerView. I'm getting this...