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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.