Download this and include in your project:
http://www.4shared.com/zip/prjD6ZdU/TSAlertView.html
Then Use:
#import "TSAlertView.h"
[[[[TSAlertView alloc] initWithTitle:@"Title" message:@"message" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil] autorelease] show];
- (void)alertView:(TSAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
{
}
No comments:
Post a Comment