I have a uiscrollview, with content-size as
scrollView.contentSize = CGSizeMake(self.view.frame.size.height*3, self.view.frame.size.height);
that is 3 pages horizontally and I can scroll horizontally.
My question is, How can I make this scrollview draggable vertically exactly like UIWebView?