veila
veila
Hey guys, when we use xcode 9. the table always set estimate height row is auto, so the table always call cellForRow all cell. just turn off it in storyboard...
How many row in your table? They visible all? and which index row you call the refresh selector?
You can use this in cellForRow [[TWRDownloadManager sharedManager] isFileDownloadingForUrl:[NSString stringWithFormat:@"http://%@",wallpaperobject.urlVideo] withProgressBlock:^(CGFloat progress) { NSLog("%f", progress); } completionBlock:^(BOOL completed) { // do somethings }]; It's work for me
Sorry about non clear question. I mean I hope the ZipArchive can support zip file and directory same time like this method: createZipFileAtPath:withFilesAtPaths:withPassword:.
Now I solved this problem by create a temporary directory then copy files and folder which I wanna zip together in the temporary directory, then use createZipFileAtPath:withContentsOfDirectory to compress it.After...
This my logic code. I have tableView to show data from server. When the api callback, I set contentInset for tableView self.tableView.contentInset = UIEdgeInsetsMake(0, 0, 70, 0); and this is...
same issue. the progress wrong after seek. I play local file.
same issue. seek to wrong right time in song