Overview + Detail: UIPopoverController and UIScrollview Sample Code

User Rating:  / 0
PoorBest 

popover005 thumb

Overview and Detail iPad Demo: Fullscreen UIScrollview and a sidebar that contains a UIScrollview with detail image clips. Tap on one of those UIImageView's to display the UIPopoverViewController with UIScrollview showing the detail clip. Zoom clip or share clip via integrated mail and twitter functionality. have fun!

I use this code in one of my iPad projects as fullscreen content view with an additional scrollview that's hide-able. The scrollview at the bottom or left is used as a clips container to enable easy access to detail clips made by a user. For sake of simplicity, the demo project contains a fixed scrollview with a predefined number of images and a predefined image in the overview scrollview. FYI: The images show the map of Berlin, Germany. Red dots indicate locations of flickr pictures made by tourist while blue spots show locations of flickr images made by Berlin residents. Sorry, but I don't know who rendered the images - I grabbed the image somewhere as CC source.

 

 

Note: iPad project with OS5 and ARC 

Grab Source Code at GitHub: https://github.com/danielbierwirth/OverviewAndDetailPopoverProject

 

popoverExplain thumb popover004 thumb popover006