Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I made a UIViewController on IB with UIImageView (stores user's pictures) and UIScrollView (scrolling between pictures). Also, i have a UiWebView with a form that a user fills in and submits(The forms will vary meaning the UIWebView's height will be different for every form). I want the UIWebView to appear at the top of my ViewController so when the user is done filling the form, they can take a picture and see it on the ImageView.How do i go about this problem. I know UIWebView is a subclass of UIView..

share|improve this question
3  
Subview UIWebView as you do with UIImageView. What's the problem? – nhahtdh Jul 23 '12 at 4:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.