SVG Content

Hi,


I have SVG assets that I wish to show on the Apple TV, usually I would just create UIWebView's and load them in, but I read that UIWebView doesn't exist on tvOS. Are there any recommendations on to what I could use to display my SVG content?


Kind Regards


Chris

You can pre-render them as pdf and embed them or you can render them in an OpenGL context.

[UI|WK]WebView is not an option!

Look for SVGKit on github, it is an open sourced native svg renderer using CoreAnimation.

SVG Content
 
 
Q