我尝试了iOS13.0和iOS13.1,但仍然不起作用,我尝试了AVAggregateAssetDownloadTask和AVAssetDownloadURLSession,但它们都不起作用。没有任何代理被调用来告诉我finish的错误,我发现下载的缓存只有25Kb,大小不正确。Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedDescription=The operation could not b
self.setValue(placeHolderColor,forKeyPath:"_placeholderLabel.textColor")
在ios13中,它的crashed.how将placeholderColor设置为placeholderLabel in swift5 for ios13 in xcode11。