<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Simple alert box on iPhone'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 22:27:27 GMT</pubDate>
<item>
<title>gfazioli said on 6/4/09</title>
<link>http://snipplr.com/view/11926/simple-alert-box-on-iphone/</link>
<description><![CDATA[ If you use a delegate:self you can insert relative event in your viewController:

-(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {
    // todo
} ]]></description>
<pubDate>Thu, 04 Jun 2009 17:43:35 GMT</pubDate>
<guid>http://snipplr.com/view/11926/simple-alert-box-on-iphone/</guid>
</item>
</channel>
</rss>