scrollToRowAtIndexPath with UITableView does not work

I have in iOS8 a table view like this: tableView = UITableView(frame: view.bounds, style: .Plain) view.addSubview(tableView) When the user types and sends some text in the keyboard, the application