13 skills found
molon / MLLabelUILabel replacement with TextKit. Support link and expression.
apploft / ExpandableLabelA simple UILabel subclass that shows a tappable link if the content doesn't fit the specified number of lines
nerdycat / NerdyUIAn easy way to create and layout UI components for iOS.
nerdycat / CupcakeAn easy way to create and layout UI components for iOS (Swift version).
rootd / AMAttributedHighlightLabel!!!DEPRECATED!!! A UILabel subclass with mention/hashtag/link highlighting.
cxa / CXAHyperlinkLabelA drop-in and easy-to-use replacement for UILabel, supports handling link click and long press with block.
lukeredpath / LRLinkableLabelUILabel replacement with support for linkable strings
pisces / OrangeLabelOrangeLabel is extensions of UILabel linkable, available line background and placeholder text
mrvandai / DHExpandableLabelDHExpandableLabel is a simple UILabel subclass that shows a tappable link if the content doesn't fit the specified number of lines. If touched, the label will expand to show the entire content.
Meniny / UIActiveableLabel🏷 An active-able UILabel for iOS in Swift.
leoiphonedev / DetectLinksUILabelwe will learn how to detect a part of text from a string in swift 5. We will assign our string to UILabel using attributedText property of UILabel, as we want text to be of different colour's in order to let user know which part of text is tap-able to user. For example, in sign up page of our we have to show a label for terms and conditions and privacy policy, on tap of terms and condition user will be shown T&C page and when user tap on privacy policy, he will be navigated to Privacy Policy page. In order to achieve this requirement, we will use UITapGesture and NSRange.
mjarvis / MFJLabelUILabel subclass with link detection using Core Text
timonus / UILabelTapHandlingMake links in UILabels tappable.