ExpandableText icon indicating copy to clipboard operation
ExpandableText copied to clipboard

Expand the text with the "more" button.(SwiftUI)

Results 2 ExpandableText issues
Sort by recently updated
recently updated
newest added

Here my expanable text: ``` ExpandableText(text: "Live long and prosper!") ``` Shouldn't the expand/collapse buttons be hidden for a single-line string? In line 139 https://github.com/NuPlay/ExpandableText/blob/d140b404c6683bb169bb01ef4eeecdb6d9be8fb8/Sources/ExpandableText/ExpandableText.swift#L139 I added a print call:...