Skip to content

Commit

Permalink
Update Demo added new features
Browse files Browse the repository at this point in the history
  • Loading branch information
iMokhles committed Aug 29, 2014
1 parent b94f222 commit 6314592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ EGYModalWebViewController *webViewController = [[EGYModalWebViewController alloc
[self presentViewController:webViewController animated:YES completion:NULL];
</pre>

**Changing the bars tint color**
<pre>
@property (nonatomic, strong) UIColor *barsTintColor;
@property (nonatomic, strong) UIColor *barItemsTintColor;
</pre>
**Changing the bars tint color**

Only **`EGYModelWebViewController`** supports custom tint colors using the **barsTintColor** property and **barItemsTintColor** property.

Expand Down

0 comments on commit 6314592

Please sign in to comment.