zuoyou1314

Results 2 comments of zuoyou1314

The platform of the target `xxx` (iOS 11.0) may not be compatible with `Charts (4.0.3)` which has a minimum requirement of iOS 12.0 - tvOS 12.0 - macOS 10.12.

@PZXforXcode @qzytcl (void)videoPlayer:(ZFPlayerController *)videoPlayer playStateChanged:(ZFPlayerPlaybackState)state{ if (state == ZFPlayerLoadStatePrepare) { self.coverImageView.hidden = NO; } else if (state == ZFPlayerLoadStatePlaythroughOK || state == ZFPlayerLoadStatePlayable) { self.coverImageView.hidden = YES; self.effectView.hidden = NO;...