renzifeng / ZFPlayer

Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)
MIT License
7.04k stars 1.74k forks source link

-[UITableView setZf_WWANAutoPlay:]: unrecognized selector sent to instance 0x10a00d000 #1408

Open junjiewang1111 opened 10 months ago

junjiewang1111 commented 10 months ago

调用self.player = [ZFPlayerController playerWithScrollView:self.videoTableView playerManager:playerManager containerViewTag:99999];

报错:libc++abi: terminate_handler unexpectedly threw an exception *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableView setZf_WWANAutoPlay:]: unrecognized selector sent to instance 0x10a00d000' terminate_handler unexpectedly threw an exception 分类添加的属性无法设置