It's my first post, when i have a problem i always find the solution here, but now i'm really stuck.
I think that I've read all the posts related to this problem, but with no luck.
I have a table view controller which contains multiple custom cells, every cell have a textfield input inside. So the user start from the top, insert the first value, then hit "Apply" button on the keyboards custom toolbar, taking control of the next textbox.
The toolbar is showing but not working at the moment, but doesn't matter, because when i press enter on simulator, the next textbox becomes active.
The real problem is about the view that isn't scrolling! It scrolls when i select the firts textbox, then nothing.
I've searched everywhere, and unfortunately i'm working a lot and i don't have enough time to solve this problem by myself.
Maybe it's a stupid thing that i'm missing, i hope someone can help.
in the .h file :
@interface PaginaCalcoliController : UITableViewController <UITextFieldDelegate>
every textbox is delegated to PaginaCalcoliController which is the view class.
I'm sorry for my english, i hope we can find a solution!