Dear all,
I am developing an iphone application which have a complicated view is to display stocks information with 3 sections: - Extended quote which include a chart and stock info (id, price...) - Other quote info - News (headline)
They are should be grouped and user can click on its header to expand or collapse the content.
As I know I should use UITableView with customized cells, but I just find out the way to custom all cells in a same way, but here, I need at least 3 different types.
Does anybody have experience about this please tell me what should I do?
Thanks you so much!