We have a View which displays different fields of the View:
UILabel UITextField UILabel UITextField And so on. I need to fill out a certain UITextField field (let's call it ShowTextField) under it another one that was previously hidden. Setting the hidden parameter to true / false, I know how to do it, but I need other fields (which were previously under ShowTextField) to go below ...
Quickly sketched jQuery code to make it clearer - http://jsfiddle.net/wfjuy75u/
Then I have under each other fields and text fields and I need to, when clicked (and ideally when filling in) a certain field, drop those below it even lower to fit the new one.
UITextFieldand notUITextLabel- Max Mikheyenko