objective c - iphone uitableview or uiscrollview better? -
objective c - iphone uitableview or uiscrollview better? - regarding on negative commenst here simplify question in little steps i have view based application communicates web service , recives xml, parse xml , map contens appropriate view component (e.g if thats date show question datepicker, if question has 2 values show segmented control, if more pickerview..etc) dynamic questionary many pages. 1-app receive xml 2-parse xml , latest un-answered questions (there can unlimited number of questions per each page), each question need asked either textbox or picker view or segmented command depending on question type, may need few labels explanition, , validation alerts, , question label. each question , label should have different fonts , colors, defined in xml. 3- user answers questions inhe page , press send button. 4-web service receives, checks answers , sends new question(s) asked depending on answers given. 5-app receives new xml (each xml includes whole state i....