tags:

views:

25

answers:

1

I am using OpenFlow in my iPad application. I want to display my UIView's instead of images - to allow the user to flick through different 'detail' views?

Does anyone know how to do this?

A: 

One solution would be to display images of the views then when the user selects an Image, simply display the appropriate view. You could even programmatically take a screenshot to ensure the images displayed in OpenFlow are up to date.

See here on a way to do this.

Luke
Great idea, thanks mate!
TheLearner