Currently I\'ve got a class popping up UIAlertViews here and there. Currently, the same class is the delegate for these (it\'s very logical that it would be). U
You can overcome this whole ordeal and prevent yourself from using tags by enhancing UIAlertView to use block callbacks. Check out this blog post I wrote on the subject.