Buttons / UITextField
I was looking for a replacement for the uialertview with three buttons, ok, forgot and cancel, be nice to see a screenshot with more buttons and a uitextfield, maybe example code showing how to access the text value too.
You can manage the alertview as you would do with a normal UIAlertView using the STAlertview.alertview property. There is an example at the current documentation, after the text
You can make any customization to the UIAlertView, using the reference of the alertview. For example:
I will make more explicit this case, and add another example with more customizations.
Thank you for your feedback, I'll keep open this issue until I make the changes to the readme. If you want, you can modify yourself and make a pull request.
That will be great, tried to add a third button to otherButtonTitle which isn't otherButtonTitles, so it would't let me?