sumit
5/24/2019 - 5:32 AM

run code on main thread

DispatchQueue.main.async{
            self.tableView.reloadData()
}