0
次のコードを実行していて、次のエラーが表示されます。私は検索しましたが、正確な答えを見ることはできません。すべての援助を本当に感謝します。Xcode 8.2.1 UIViewにメンバー 'ロードリクエスト'がありません
@IBOutlet var WebView: **UIView**!
あなた:IOS開発へ 新しいので、まだ を通じて作業のおかげ
import UIKit
class ViewController: UIViewController {
@IBOutlet var WebView: UIView!
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
view.translatesAutoresizingMaskIntoConstraints = false
WebView.loadRequest(NSURLRequest(URL:NSURL(fileURLWithPath:Bundle.mainbundle().pathForResource("mashupcode",ofType:"html")!)!))
// This is the web mashup
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}
ERROR
Valueoftype 'UIViewの' にはメンバーのloadRequest