Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharplet/swiftify
https://github.com/sharplet/swiftify
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharplet/swiftify
- Owner: sharplet
- Created: 2019-06-04T01:11:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T04:08:42.000Z (over 5 years ago)
- Last Synced: 2024-10-04T10:27:30.315Z (about 1 month ago)
- Language: Swift
- Size: 34.1 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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