Prayers is an easy-to-use, multi-language Christian Prayers database. It represents the ultimate reference to Catholic Prayers for iPhone and iPod Touch. The native iPhone app is in the top 10 of the Reference Category in the Italian App Store, and in the top 100 apps for the Reference Category in Spain and France.
How to intercept navigation in a UIWebView
UIWebView is a great control to display formatted text (using HTML language). That text might contain links that you want to intercept in Objective-C and do a specific action (push a new view for example). You can do this by implementing UIWebViewDelegate protocol…