Avatar
利用イメージとしては let source = CGImageSourceCreateWithURL(url as CFURL, nil), let properties = CGImageSourceCopyPropertiesAtIndex(source, 0, nil) as NSDictionary? let decoded: ImageProperties = try ObjectDecoder().decode(from: properties) みたいなAPIからNSDictionaryで返ってきたデータのモデリング。 (edited)
7:05 AM
に、使えるはず…