I have a UIView which contains lot of labels, buttons, textviews. But there is a certain part of that UIView that I want to make scrollable.Here is how
UIView
scroll.contentSize= CGSizeMake(320,2700);// You can use contentsize according to your requirements
scroll.contentSize= CGSizeMake(320,2700);
You have put here only scrollview code. So,I can't figure out what is wrong. Use following reference...
UIScrollView With UITextField
Hope, this will help you..