You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
// Get an array of strings firstletimageURLStrings:[String]=("imageURLs"<~~ json)!
// now convert it to an array of URLs manuallyvarimageURLs:[NSURL]=[]
for var i =0; i < imageURLStrings.count; i++{letcurrentURL=NSURL(string:imageURLStrings[i])!
imageURLs.append(currentURL)}
I'll try to figure out how to do it in Gloss and submit a PR. Or if it's a quick fix, I'll let @hkellaway take care of it.
The text was updated successfully, but these errors were encountered:
right now this would fail
we have to do this instead:
I'll try to figure out how to do it in Gloss and submit a PR. Or if it's a quick fix, I'll let @hkellaway take care of it.
The text was updated successfully, but these errors were encountered: