How to update progressview in uitableview cell by urlsession (download/upload file)
问题 In Objective c i wrote download/upload with progressview in uitableviewcell (multiple upload/download) by AFNETWORKING. and work find it's can be update progressview/file/cell. and Now im noob first time change to SWIFT programming and use urlsession. code class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, URLSessionDelegate, URLSessionDataDelegate, URLSessionTaskDelegate { //var dataArr:Dictionary<String,String> = [:] var dataArr : NSMutableArray =