-
Swift中的:snowflake_selector:SVG代表雪花
资源介绍
雪花
:red_heart_selector: 支持我的应用 :red_heart_selector:
:red_heart_selector: :red_heart_selector: :smiling_face_with_halo: :smiling_face_with_heart-eyes: :sign_of_the_horns: :red_heart_selector: :red_heart_selector:
描述
Swift中的SVG
使用来自XML解析器
用法
文件
使用SVG Data创建Document
guard let path = Bundle. main . path ( forResource : " xmas " , ofType : " svg " ),
let data = try ? Data ( contentsOf : URL ( fileURLWithPath : path)),
let document = Snowflake. Document ( data : da