How to make Horizontal Scroll allow in UITableView ? I add label in cell content view with frame. However, can't show in Portrait view. I want to allow horizontal scroll bar on Portrait view. I already check on Scrollers Horizontal in UITableView but it's not working.
A:
Hello !
I think you can't have a horizontal scroll in uitableview.
Maybe you should associate with UIScrollView to be able having a horizontal scroll ^^
You see the trick ?
Good Luck !
Vinzius
2010-10-08 06:50:20
UITableView can't put under UIScrollView because UITableView is a subclass of UIScrollView
saturngod
2010-10-08 07:34:10