Rename project to Attractor
This commit is contained in:
@@ -113,7 +113,9 @@
|
||||
|
||||
// Instantiate web view
|
||||
WKWebView *webView = [[WKWebView alloc] initWithFrame:CGRectZero configuration:webViewConfiguration];
|
||||
webView._findInteractionEnabled = YES;
|
||||
if ([webView respondsToSelector:@selector(_setFindInteractionEnabled:)]) {
|
||||
webView._findInteractionEnabled = YES;
|
||||
}
|
||||
|
||||
// Configure proxy interface (interface to remote web process)
|
||||
_webProcessProxy = [[webView _remoteObjectRegistry] remoteObjectProxyWithInterface:[self _webProcessProxyInterface]];
|
||||
|
||||
Reference in New Issue
Block a user