Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayviswas authored Apr 8, 2017
1 parent 286357a commit faa7d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ If you want to have a navigation bar on the top of webview then use below code.
<p align="center" >
<img src="https://github.com/vijayviswas/LIExplorer/blob/master/Images/Slide4.jpg" alt="Authentication" title="Authentication" width="720" height="540">
</p>

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

0 comments on commit faa7d1d

Please sign in to comment.