Note that there are some explanatory texts on larger screens.

plurals
  1. POiphone uitableview or uiscrollview better?
    text
    copied!<p>Regarding on negative commenst here I simplify my question in small steps </p> <p>I have a view based application which communicates with a web service and recives xml, parse xml and map its contens an appropriate view component (e.g if thats a date show the question with datepicker, if question has 2 values show it with a segmented control, if more with a pickerview..etc) so its a dynamic questionary with many pages.</p> <p>1-App Receive XML</p> <p>2-Parse XML and get the latest un-answered questions (there can be unlimited number of questions per each page), each question need to be asked with either a textbox or picker view or segmented control depending on the question type, also it may need a few labels for explanition, and validation alerts, and the question label. Each question and label should have different fonts and colors, defined in xml.</p> <p>3- User answers all questions inhe page and press send button.</p> <p>4-Web service receives, checks the answers and sends back new question(s) to be asked depending on the answers given.</p> <p>5-APP receives new XML (each XML includes whole the state i.e all the previous answered questions) and parse to find out the latest unanswered questions.</p> <p>6-User again answers and sends the questions and wait for the next set of questions until there are no questions to be asked</p> <p>7-OR user may want to go back and edit some questions in previous pages. BUT if he edits any question in previous pages then the pages answered after that page are not valid anymore, because each set of question server sends depends on the previosly answered questions, so it needs to delete all the later questions from XML and sends back a request as if it was the latest page waiting for a response.</p> <p>Question:</p> <p>1-Should I use UiScrollView or TableView? and what is the general object oriented design here</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload