gpt4 book ai didi

ios - 如何从字符串 Swift 3 获取 ALAssetURL?

转载 作者:行者123 更新时间:2023-11-30 12:27:52 25 4
gpt4 key购买 nike

我将 ALAssetURL 作为字符串保存在数组中。我想将这些字符串作为 URL 读回。我如何在 Swift 中执行此操作?

assetLib.writeImage(toSavedPhotosAlbum: imageToSave.cgImage, orientation: ALAssetOrientation(rawValue: imageToSave.imageOrientation.rawValue)!, completionBlock: {(url,error) -> Void in
// Saving url as string inside urlArray, how do I get url from these strings later?
urlArray.append(url?.absoluteString)

我需要保存为字符串,因为我将 url 数组保存在用户默认值中。

最佳答案

这个方法URL(string: <url>)不是吗?做这个伎俩吗?

关于ios - 如何从字符串 Swift 3 获取 ALAssetURL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43947461/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com