Nantes icon indicating copy to clipboard operation
Nantes copied to clipboard

Swift TTTAttributedLabel replacement

Results 30 Nantes issues
Sort by recently updated
recently updated
newest added

Hello 👋, First of all, thank you for your library. I wanted to ask why the label **textColor/font** doesn't change after setting **text** property. for example: ``` // this will...

`Text` in SwiftUI doesn't support showing links, I think it would be really useful to be able to use Nantes in SwiftUI. I'm going to wrap it in `UIViewRepresentable` for...

When using the expand text feature of the label in a tableview and it's a large portion of its height, it consumes clicks. **Describe the solution you'd like** Ideally only...

I'm not sure why, but in my project the `didSelectLink` delegate method is never called. It seems that the root cause is that `touchesEnded` is also never called inside of...

Please add SPM support

As the Title said. I have a feature that when I long press the link, I can show an action sheet. I think it's a common feature, so is there...

**Describe the bug** On a clean fork if I run `carthage bootstrap --use-xcframeworks`, open the Nantes.xcodeproj and try to run the tests. It fails due to missing `SnapshotTesting.framework`. **To Reproduce**...