OHAlertView
OHAlertView copied to clipboard
No more timeout?
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
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!