-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Hi,
I'm trying to build a Hybrid app using the bridge (I'm literally a few days old in iOS dev) .
have a tabbar navigation based app, and I'm using a UIViewController for each tab view, one of the tab would use the WebView.
I wast sure if I could implement WebViewJavascriptBridgeDelegate in a UIViewController class like below.
@interface CurrentTimeViewController : UIViewController <UIWebViewDelegate, WebViewJavascriptBridgeDelegate>
I get a EXC_BAD_ACC during runtime in the main class
int main(int argc, char *argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
Any pointer would be much appreciated.
-Imran
Metadata
Metadata
Assignees
Labels
No labels