Realm - Can't use object after having been deleted

后端 未结 2 1823
后悔当初
后悔当初 2021-01-06 11:13

I have a video player in my app. There is a list of videos in a collection view. If you tap on one of the cells, a new view controller appears to play the selected video. Al

2条回答
  •  时光取名叫无心
    2021-01-06 11:52

    Here is the workaround solution. Check if it works.

     class PlayerViewControllerr: UIViewController {
    
              var arrayForIndex = [Int]()
              var videos = List

提交回复
热议问题