Archives for: "March 2014, 31"
UIAlertView Button Click in IOS
if you only have an ok button for alert view, that is easy.
However, if you have more than an "OK" button, you need to implement your controller as UIAlertViewDelegate
For example:
Code@interface TipRecordListViewController :… more »
Tags: ios