I\'m pretty new to objective C and I\'m just trying to figure out if I can use a block or a selector as the UIAlertViewDelegate argument for UIAlertView - and which is more
Check out this UIAlertView-Blocks category on github. I use this and it works well.