Skip to content

Instantly share code, notes, and snippets.

@yycking
Last active December 9, 2019 01:55
Show Gist options
  • Save yycking/aef2cb0afafbaf3a04a4e40123704437 to your computer and use it in GitHub Desktop.
Save yycking/aef2cb0afafbaf3a04a4e40123704437 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