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…
Native iPhone look in rhomobile
Rhomobile provides great instant gratification in building applications. See my last article for a starter. There are some elements you’ll miss as you start to work on the iPhone target. The back button is one and the custom tab bar is another. The main bar can currently be customized by building rhodes from source (the… →