Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noppefoxwolf/dawntext
The text rendering component like SwiftUI's Text.
https://github.com/noppefoxwolf/dawntext
ios swift swiftui
Last synced: about 2 months ago
JSON representation
The text rendering component like SwiftUI's Text.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/dawntext
- Owner: noppefoxwolf
- License: mit
- Created: 2023-05-08T10:44:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T01:30:40.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:45:53.717Z (8 months ago)
- Topics: ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 3.23 MB
- Stars: 41
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAWNText
The text rendering component like SwiftUI's Text.
|||
|---|---|
| | |# Usage
```swift
import SwiftUI
import DAWNTextText("Hello, World!!")
DAWN.Text("Hello, World!!")
```# Supports
- [x] NSTextAttachmentViewProvider
- [x] Self resizing
- [x] lineLimit
- [x] selection mode
- [x] extra menu actions# LICENSE
MIT