I have gone through many tutorials but most of them tell how to add a UIScrollView using the interface builder. I need to add a scrollview using code. I went through several tutorials and what they did was they add the UIView to the UIScrollView . [scrollView addSubView:myView]; simple as that ad connect to using interface builder.
Can someone please guide me as in how to add a UIScrollView using code (Only Code)