I have much data to show in a UITableView’s each row.Client want to see data any how on same table not on next view.so i decided to use horizontal scroll in every row so that i can show all the data.
I need help in creating table with scrollview
I have much data to show in a UITableView’s each row.Client want to see
Share
UITableView itself has scrollview. You are confusing actually you need variable size UITableViewCells to display all data in a cell. Search on google or stackoverflow to display all data in tableViewCell. Let me google it for you http://www.cimgf.com/2009/09/23/uitableviewcell-dynamic-height/