Skip to content

Instantly share code, notes, and snippets.

@sendoa
Created July 4, 2013 10:04
Show Gist options
  • Save sendoa/5926487 to your computer and use it in GitHub Desktop.
Save sendoa/5926487 to your computer and use it in GitHub Desktop.
UILabel con URL clicable
yourTextView.editable = NO;
yourTextView.dataDetectorTypes = UIDataDetectorTypeAll;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment