Scroll bar does not appear in UITableView
Posted
by user335398
on Stack Overflow
See other posts from Stack Overflow
or by user335398
Published on 2010-05-07T12:02:45Z
Indexed on
2010/05/07
12:08 UTC
Read the original article
Hit count: 456
Hi there,
When I create UITableView with UITableViewController, all the right - scroll bar is present on UITableView. But I'd like to place some more controls apart from table on the area, so I have to use UIViewController instead. I create UITableView *tableView as controller's member, and set controller as its delegate conforming to UITableViewDelegate and UITableViewDataSource protocols. All the OK now, except of scroll bars do not appear at all. tableView.showsVerticalScrollIndicator is set to YES.
Where might be a problem? Much thanks!
WBR, Timur
© Stack Overflow or respective owner