It seems that I am always fighting with UIAlertView to make it do what I want. I'm done fighting - are there any robust UIAlertView replacements with the following features, or will I need to write my own?:
- ability to customize the alert-view size/position
- ability to change the layout of the buttons (stacked vs. side-by-side)
- ability to prompt users for input via UITextField or UITextView
- resizing / repositioning behavior when the keyboard appears
- ability to have a UITextView for scrolling text
- pixel-perfect copy of UIAlertView for basic display
- ideally interface compatible with UIAlertView - i.e. it is a drop-in-replacement.
I've found a few blog and stackoverflow posts which implement customizations on a UIAlertView - this is NOT what I want. Nor do I want a guide on how to implement a custom AlertView -- I know how, I just want to find one that is already community maintained. I want a ground-up replacement that is safe for App Store submission and future-proof against UIAlertView changes (yes, I've been burnt...)
Please respond with comments if you have suggestions for other desirable features.
