-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
let descriptionItem: ExpandableLabel = {
let l = ExpandableLabel()
l.numberOfLines = 3
l.collapsed = true
l.shouldCollapse = true
l.collapsedAttributedLink = NSAttributedString(string: "More")
l.expandedAttributedLink = NSAttributedString(string: "Less")
l.ellipsis = NSAttributedString(string: "...")
l.text = " "
return l
}()
Your library doesnt work. So you should delete it from github.
serena7889, wanted57 and xhardcorex
Metadata
Metadata
Assignees
Labels
No labels