I'm trying to create a news feed like: "user(clickable) ran for 3 minutes around Central Park(clickable)". The clickable links should just call a function where I can push a new ViewController.
UILabel doesn't support clickable links and I was wondering how I implement it. FancyLabel looks like it's very old (2008), TTTLabel seems like it handles only outside links, phones and addresses.
