Today's Menu  Portugal
journal and plan nutrition
Instance Methods | Properties | List of all members
WKWebViewConfiguration(Console) Category Reference

#import <WKWebViewConfiguration+Console.h>

Instance Methods

(void) - setShowConsole: [implementation]
 

Properties

BOOL showConsole
 

Detailed Description

Definition at line 11 of file WKWebViewConfiguration+Console.h.

Method Documentation

◆ setShowConsole:()

- (void) setShowConsole: (BOOL)  showConsole
implementation

Definition at line 15 of file WKWebViewConfiguration+Console.m.

15  :(BOOL)showConsole {
16  objc_setAssociatedObject(self, associateKey, @(showConsole), OBJC_ASSOCIATION_ASSIGN);
17 }
static const void * associateKey

Property Documentation

◆ showConsole

- (BOOL) showConsole
readwritenonatomicassign

Definition at line 12 of file WKWebViewConfiguration+Console.h.


The documentation for this category was generated from the following files: