Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sharplet/swiftify


https://github.com/sharplet/swiftify

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# SwiftUI + Swift Package Manager Demo

Requires Xcode 11 beta.

- Uses a custom `HighlightedText` view that accepts a string as content, a
`Regex` to use to find matching segments, and an `onMatch` closure that
styles matched text.

![Typing a regular expression into a text field highlights all matches in the "lorem ipsum" sample text](bindings.gif)

[Regex]: https://github.com/sharplet/Regex