I need a UIScrollview to show some static content in my app. I have taken a UIScrollView through XIB and started adding some UIImageViews and textViews in to it. But after coming to the end of the scrollView the view is not exapanding anymore. I need more space so that I can add some more views below. Is there any way in which I can do this (through XIB and not through code).
I need a UIScrollview to show some static content in my app. I have
Share
Yes it is you can define the height of the
UIScrollViewsimply for exampleheight:1800now you get bigger
UIScrollViewthen your view you can put your objects to scrollview, and if it is filled simply pull it upward and drag and drop other items when you are finished simply pull the scroll view to its position and you have it.It is simple 🙂
Hope it helps
Ask if you have any other question