casatwy / CTVideoPlayerView

A video player view for iOS based on AVFoundation, better than PBJVideoPlayer, which can let you to play multiple video at the same time, and provide download, customized operation buttons, customized cover of video
Other
641 stars 81 forks source link

方法找不到问题 #3

Closed JiaDingYi closed 8 years ago

JiaDingYi commented 8 years ago

[self.videoTable updateValue:@(CTVideoRecordStatusPaused) forKey:@"status" whereKey:@"remoteUrl" inList:remoteUrlList error:NULL];

return [self.videoTable findAllWithKeyName:@"status" value:@(status) error:NULL];

casatwy commented 8 years ago

重新pod update一下,CTPersistance有升级。