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?
Yes, you should use UIScrollView. This is good example how to work with scrollView from Apple developer library
And documentation about UIScrollView
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...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With