I am trying a implement horizontol scrolling in all the rows of tableview controller, but do not know how to go about it. Kindly help as I am quite new to iOS development. Any help will be appreciated.
Asked
Active
Viewed 24 times
0
-
you want to horizontal scroll contents of each cell? or you want to horizontal scroll all cells of table? – Bista May 18 '15 at 09:32
-
I want to scroll contents of each cell horizontally. – vivek khattar May 18 '15 at 10:06
-
Then you have to add scrollview to each cell with horizontal scrolling. – Bista May 18 '15 at 10:07