I have a scrollview which contains a text field and a text view. I would that both two scrolled together. How can I do? Now only the text view scroll.
Precisely, I would that the title scrolls up while the user writes in the textview and, if the user decides to set it, he can scrolls up and refind the textfield.
Thanks
try this
in .h
and connect it in the interface builder
and in your .m file put this into your viewDidLoad
then put your textField and your textView inside the scroolView in the interface builder