From faa7d1d0d0ff5891604a7406c9d79fad4641f249 Mon Sep 17 00:00:00 2001 From: Vijay Viswas Date: Fri, 7 Apr 2017 20:04:33 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70060fd..dd1e033 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ If you want to have a navigation bar on the top of webview then use below code.

Authentication

+ ``` UINavigationBar *navBar = [[UINavigationBar alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, 64)]; navBar.backgroundColor = [UIColor whiteColor];