Search This Blog

Thứ Sáu, 24 tháng 8, 2018

Làm mới lại khi chọn 1 dòng trong table view in ios


func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
        

        tableView.deselectRow(at: indexPath, animated: true)
        tableView.reloadData()
    }

Không có nhận xét nào:

Đăng nhận xét