Parse HTML with Swiftsoup (Swift)?
问题 I'm trying to parse some websites with Swiftsoup, let's say one of the websites is from Medium. How can I extract the body of the website and load the body to another UIViewController like what Instapaper does? Here is the code I use to extract the title: import SwiftSoup class WebViewController: UIViewController, UIWebViewDelegate { ... override func viewDidLoad() { super.viewDidLoad() let url = URL(string: "https://medium.com/@timjwise/stop-lying-to-yourself-when-you-snub-panhandlers-its