designing a UIView that's taller than the window
I'm trying to design a view that displays an image and some other controls. To fit all the controls, the view has to be taller than an iphone window, and would need to scroll. Is there a way design the layout of this view in IB, or would it have to be done in code?
Thanks
|