Month: July 2012
- 
A infinite/endless paging UIScrollViewInfinity is a very powerful concept, so maybe my post title shouldn’t include this term. Anyway, I tried to create something similar to a infinite or endless paging scroll view. The idea is very simple: Create a view including a standard scroll view. Provide an interface to load views for each page on demand. Cache… 
- 
Transparent UIToolBarSometimes it is really necessary to have a transparent UIToolBar within you iPhone app. Especially if you want to add a UIToolBar to your UINavigationBar you get some problems with overlaying backgrounds (UIBarStyleBlackOpaque did not work for a toolbar on a black opaque navigation bar). 
