Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2 KB

README.md

File metadata and controls

52 lines (32 loc) · 2 KB

Awesome SwiftUI Libraries

A curated list of awesome UI/UX iOS libraries mainly with/for SwiftUI!

Awesome


Curator

Koki Isshiki

iOS Developer based in Berlin.
🇯🇵 → 🇨🇭 → 🇯🇵 → 🇩🇪

Twitter Github Linkedin

Contents

Alert/Popups

scroll to top

  • PopupView | MIT License: Easily create toasts and popups written with SwiftUI.

Animation

scroll to top

  • open-swiftui-animations | License None: Very inspirational animation library is made with SwiftUI. Many useful item here.

Architecture

scroll to top

  • The Composable Architecture(TCA) | MIT License: TCA is a predictable state management library that helps structure SwiftUI applications into small, independent and testable units. It promotes a unidirectional data flow and composable business logic that scales from small to complex apps.

Audio

scroll to top

  • SwiftSpeech | MIT License: SwiftSpeech is a speech recognition framework designed for SwiftUI. It allows you to implement speech recognition functionality in just several lines of code.