I've build a version of DrWhat's autocomplete, but I cannot get the clicks to register within the TableView.
I'm just trying to print a line to confirm at this point.
func tableView(tableView: UITableView,
didSelectRowAtIndexPath indexPath: NSIndexPath){
println("Cell was clicked")
}