Three useful UIWebView tweaks
It is a well known fact among iOS developers that creating screens with complicated formatted text is a hassle. UILabel, UITextView, and friends are not really designed for that purpose. The alternative that is often used to overcome those limitations is the versatile UIWebView combined with some local HTML content and CSS styling.
But the UIWebView itself comes with strings attached. In this post we are going to share three small tips that might help in making the UIWebView look more integrated with the rest of your UI.


Today around 5:30PM CET, Apple called our head office to let us know they have pulled our app Quickpick from all its App Stores world wide. The Apple representative stated that it was because the app made inappropriate use of the Notification Center which was essentially resulting in non-compliance with Apple's HIG (human interface guidelines). Apple's suggested solution for a possible successful resubmit of Quickpick is to strip the notification parts from the app which would leave it with simple launcher functionality.