This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Description
The SlackTextViewController marks itself as an AlertViewDelegate, and implements the - (void)alertView:clickedButtonAtIndex: method, but doesn't use any tag to identify what the alert actually is, and instead just blindly clears its text. If the subclass shows other alerts, this behavior is non-ideal, as the text is cleared at inappropriate (and to the user, seemingly random) times.