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?
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?
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.