Khattab
Khattab

Reputation: 737

How to make Cells in UITableView as Hyperlinks

I would like to make the Cells in a UITableView Hyperlinked.

Upvotes: 0

Views: 354

Answers (1)

WrightsCS
WrightsCS

Reputation: 50707

You can create a custom UITableViewCell and add a UITextView that detects hyperlinks.

Upvotes: 2

Related Questions