dmnplb / swiftui-examples

A collection of SwiftUI examples to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swiftui-examples

A growing collection of pretty SwiftUI code snippets to use in your projects based on code from my projects.

Most examples are focused on having a great UX.

Feel free to star the repo, many more examples to come :)

This button toggles between play and pause and is a squishy button that changes its shape when pressed. It uses a combination of animations and symbol effects to achieve a playful look.

previews_play_button.mov

Go to code

This code snippet shows how to highlight the search term in a list of results. It builds a custom HStack with multiple text elements in which the search term is highlighted and contrasted against the rest of the text.

Highlighted search

Go to code

About

A collection of SwiftUI examples to use

License:MIT License


Languages

Language:Swift 100.0%