Swift-Prompts icon indicating copy to clipboard operation
Swift-Prompts copied to clipboard

A Swift library to design custom prompts with a great scope of options to choose from.

Results 8 Swift-Prompts issues
Sort by recently updated
recently updated
newest added

Any roadmap for updating this framework for Swift3.0?

I am receiving this error in Carthage: *** Skipped building Swift-Prompts due to the error: Dependency "Swift-Prompts" has no shared framework schemes

Any timeline on support for Swift 2.x?

I have different dialogs in one ViewController, like you did in your demo app (SwiftPromptsVC.swift) Is there any way to figure out which prompt was shown? So I can do...

Please tag the new release, so Carthage can load it without setting the branch to master, otherwise it fails, because it tries to load the tagged version 1.0

When a prompt is displayed, it does not properly redraw itself when the device is rotated. ![file jan 15 09 20 02](https://cloud.githubusercontent.com/assets/878935/12356633/4a43beac-bb69-11e5-96c1-efea9de62bdc.png) ![file jan 15 09 19 38](https://cloud.githubusercontent.com/assets/878935/12356636/4ca2cbca-bb69-11e5-959f-3353211b66ba.png)

< In response to Issue #5 > Hi there, I added the ability to add in an image to the prompt. Currently the image is just added to the top...

It would be great to have a possibility to add an image to the dialog like in the image below: ![the_right_way_to_ask_users_for_ios_permissions_ _launchkit_thoughts_ _medium](https://cloud.githubusercontent.com/assets/64265/7320058/5de747f8-ea9a-11e4-999d-bc8e43815e96.png)

enhancement