mainFrameURL
The URL that the main frame loads.
Declaration
var mainFrameURL: String! { get set }Discussion
Functionally equivalent to invoking [[webView mainFrame] loadRequest:[NSURLRequest requestWithURL: [NSURL URLWithString:URLString]]].
The URL that the main frame loads.
var mainFrameURL: String! { get set }Functionally equivalent to invoking [[webView mainFrame] loadRequest:[NSURLRequest requestWithURL: [NSURL URLWithString:URLString]]].