codestergit / SweetAlert-iOS

Live animated Alert View for iOS written in Swift
MIT License
2.05k stars 303 forks source link

2 inquiries :) #21

Open acegreen opened 9 years ago

acegreen commented 9 years ago

Hi,

First off great work with this. super light weight and works great!! I had two inquiries to ask for

  1. Clear alert after x seconds without button press I was wondering if there is any way to clear the alert, x seconds after it pops up. sort of to notify that an action was completed and thats it. Without the users engagement or such.
  2. Custom alert view with activityIndicator Also if there is a way to add a loading indicator in the custom image?
acegreen commented 9 years ago

So i quickly put something together for the second inquiry. Let me know how you feel about this.

http://recordit.co/aVhxpy0ovT

acegreen commented 9 years ago

I also implemented the first inquiry. Can I do a pull request?