AliSoftware / OHAlertView

UIAlertView subclass that uses blocks to handle its callback (which make the code much more easier and readable)
MIT License
16 stars 8 forks source link

No more timeout? #6

Open dixiedream opened 9 years ago

dixiedream commented 9 years ago

I've updated my project dependencies and now i reverted back to the 2.2.0 version because there aren't no timeout AlertView in the 3.0. Is there a way to get it back with a new method or it's a deprecated functionality?

Thanks

AliSoftware commented 9 years ago

Hi @dixiedream

When I refactored OHAlertView to make it support both UIAlertView and UIAlertController, I decided not to reimplement the timeout feature because I thought it was not worth it as it was not used by a lot of people.

But if you think it was useful, I could definitely accept a PR that adds this feature back in the new implementation!