sujith1406
sujith1406

Reputation: 2822

Both vertically and horizontally scrollable tableview

i am displaying a large table in my uiview ...the problem is i need to scroll this tableview horizontally also.

but i am not able to scroll the table horizontally.is there a better way to accomplish this(ie display a wide table of width around 1000).

Upvotes: 0

Views: 719

Answers (2)

Mudit Bajpai
Mudit Bajpai

Reputation: 3020

set the UIScrollView contentSize property through code and make sure that UIScrollView contentSize property will have the same height but it would have a greater width than tableView.

Upvotes: 1

Mohammad Kamar Shad
Mohammad Kamar Shad

Reputation: 6067

See Same At below Link

UITableView scroll both vertically and horizontally

Upvotes: 1

Related Questions