I implemented UITableView
in subview like :
self.view.addSubView(tableView)
... with delegate and datasource. All works good, but it doesn't scroll.
Anyone have an idea ?
I implemented UITableView
in subview like :
self.view.addSubView(tableView)
... with delegate and datasource. All works good, but it doesn't scroll.
Anyone have an idea ?