how is it possible to reload data for a cell in my table view? I want to do a request to my Server and the server responses JSON. At the moment I implemented the request and
To reload visible cells of tableview in Swift 3.0
pTableView.beginUpdates() pTableView.reloadRows(at: pMessagesTableView.indexPathsForVisibleRows!, with: .none) pTableView.endUpdates()