Ask HN: Display View Controller of any service given a URL
https://news.ycombinator.com/item?id=10875242Wouldn't it be cool to do an equivalent of:
(in iOS) [self.navigationController pushViewControllerForURL:(NSURL *) anyURL];
Obviously, there is a bunch of issues with this (where do we load libraries from, memory stability etc.). I wonder if there is a way to standardize something like this.
We could hope to bring back the magic of hyperlinks.