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

When we use SwifterSwift and RLBAlertsPickers pods in the same project, we are not able to use extension methods. Xcode is showing compile error as shown below ![image](https://user-images.githubusercontent.com/44337395/53859630-4f89f980-4004-11e9-889d-57ca8e9f54fd.png)

Any update soon ? Swift 4.2 support would be awesome.

In telegram picker on iPhone X iOS 12 when you select image and carousel scales, it won't show button "Send 1 photo", until you check some additional photo (so it...

Hi, I noticed this code users the function `setValue:ForKey:` which is considered private API. Other than the fact it may break in future iOS releases, does anyone know if Apple...

Can we adding support install this awesome framework via Carthage?

todo

1. case sensitive to case insensitive 2. support searching by phone code/currency name/currency symbol 3. support searching from middle. eg. "islands" -> ["Aland Islands", "Cayman Islands", ...]

Hello there! In the gif from read me, search bar seems working. I added to my project everything works well just search bar is not working in demo project nor...

I've tried to upload my app to the app store to start the TestFlight and it got rejected and got this message > Missing Info.plist key - This app attempts...

目前只能选择一组: ```swift init(values: Values, initialSelection: Index? = nil, action: Action?) ``` 支持多组选中,这样做可行吗?: ```swift init(values: Values, initialRows: [Int]? = nil, action: Action?) override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(true) if var...