Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple scrolling

I have a simple viewcontroller with labels and text boxes. but to many to fit on one screen, so i would like to add a scrollbar. Do i need a scrollview for that? I only found tutorials about zooming with scrollviews. How to do it?

like image 568
user1447339 Avatar asked Dec 06 '25 13:12

user1447339


2 Answers

Yes, you should use UIScrollView. This is good example how to work with scrollView from Apple developer library

And documentation about UIScrollView

like image 71
Igor Avatar answered Dec 08 '25 07:12

Igor


you need to add a scrollview and set its content size more than the actual size of scrollview. setting content size more than scrollview size will enable scrolling and will show scrollbars...

like image 27
Saurabh Passolia Avatar answered Dec 08 '25 07:12

Saurabh Passolia



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!