dito010 / JPVideoPlayer

Automatic play video & cache video data in UITableView like Weibo and Douyin.
http://www.jianshu.com/users/e2f2d779c022/latest_articles
MIT License
2.24k stars 431 forks source link

您好 iOS13上遇到一个问题 #265

Open MyHZ opened 5 years ago

MyHZ commented 5 years ago

Attempted to access the table view's visibleCells while they were in the process of being updated,which is not allowed. Make a symbolic breakpoint at UITableViewAlertForVisibleCellsAccessDuringUpdate to catch this in the debugger and see what caused this to occur. Perhaps you are trying to ask the table view for the visible cells from inside a table view callback about a specific row? 。

以下是一篇Apple的文章 https://forums.developer.apple.com/thread/117537

您看 是否能够在新版本中解决呢?