I have a registration page with fields for entering personal user info and it fits the UIView, however i have also address and bank account details fields wich fit another UIView.
I want to combine these viewes and put all controlls in one single view. Is it ok to create one big view and scroll through its children.
I tryed to use UIScrollView, but i can’t scroll and see all the controlls.
Btw, another design recommendations are wellcome.
probably you are not using scroll view correctly,
use this in viewDidLoad where you having scrollView (IBOutlet)
You need to make view like this
size of scroll view 320 * 480.