Skip to main content

SVGView

SVG parser and renderer written in SwiftUI.

Details

URL: 🔗 https://github.com/exyte/SVGView

Authors: exyte

Tags:
SwiftUI, SVG, Parser, Renderer

Key Points​

  • Parses and renders SVG files directly within SwiftUI applications.
  • Provides tools for interactivity, animation, and customization of SVG elements.
  • Supports iOS 14+, watchOS 7+, and macOS 11+ with integration via Swift Package Manager, CocoaPods, and Carthage.

Summary of Contents​

  • Overview: Introduces SVGView as a framework to bring SVG capabilities to Apple platforms.
  • Usage: Demonstrates how to integrate and customize SVG files using SwiftUI.
  • Interactivity: Shows how to add gestures and dynamic updates to SVG elements.
  • Animation: Explains using SwiftUI's animation tools with SVGView.
  • Technical Details: Covers supported SVG standards and usage scenarios.
  • Installation: Provides instructions for Swift Package Manager, CocoaPods, and Carthage.
  • Requirements: Lists compatible platforms and Xcode versions.
Go to Github Repository→