Skip to content

Instantly share code, notes, and snippets.

@heliang219
Forked from yycking/UILabel+Link.m
Created December 9, 2019 01:55
Show Gist options
  • Save heliang219/82fc92656c86b9f84dc687ea14b37651 to your computer and use it in GitHub Desktop.
Save heliang219/82fc92656c86b9f84dc687ea14b37651 to your computer and use it in GitHub Desktop.
Make a clickable link in an UILabel
self.policyLabel.html = @"Please <a href='https://gist.github.com/yycking/aef2cb0afafbaf3a04a4e40123704437'>clcik me</a>. ";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment