Nantes icon indicating copy to clipboard operation
Nantes copied to clipboard

SwiftUI support

Open AndrewSB opened this issue 3 years ago • 3 comments

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 myself, I might add a pull request with minimal customization.

AndrewSB avatar Jul 15 '20 01:07 AndrewSB

@AndrewSB have you gotten around implementing the above? I'm in the same shoes. 😊

damirstuhec avatar Aug 30 '21 13:08 damirstuhec

let me see if I did this

AndrewSB avatar Aug 30 '21 23:08 AndrewSB

unfortunately not. I ended up using an

HStack {
  Text()
  Button()
  Text()
}

AndrewSB avatar Aug 30 '21 23:08 AndrewSB