//MARK: - UIWebViewDelegate extension ViewController: UIWebViewDelegate { func webView(webView: UIWebView, shouldStartLoadWithRequest request: NSURLRequest, navigationType: UIWebViewNavigationType) -> Bool { if let scheme = request.URL?.scheme { if scheme.hasPrefix("http") || scheme.hasPrefix("https") { //ãã¼ã¸å ã¢ã³ã«ã¼ç§»å let anchor = request.URL?.absoluteString.componentsSeparatedByString("#") if ancho
{{#tags}}- {{label}}
{{/tags}}