josshad / EHPlainAlert

Plain style IOS alert
MIT License
46 stars 18 forks source link

Disable multiple instances. #1

Closed Mwiti closed 8 years ago

Mwiti commented 8 years ago

Hey, your control is great... is it possible though to just have one error displayed at a time and not the multiple errors stacking on screen?

josshad commented 8 years ago

Hello @Mwiti, now you can use + (void)updateNumberOfAlerts:(NSInteger)numberOfAlerts; to change number of displayed messages