From f010492e2437a288fed959b5aa461966fd1991c2 Mon Sep 17 00:00:00 2001 From: Robert Dimitrov Date: Sun, 18 May 2014 19:15:12 +0300 Subject: [PATCH] Fix typo in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 817dc7f..34eedc5 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ for (RDVTabBarItem *item in [[tabBarController tabBar] items]) { } ``` -#### Make the tab bar transparent +#### Make the tab bar translucent -`RDVTabBar` has `transparent` property which determines how it is going to be handled. +`RDVTabBar` has `translucent` property which determines how it is going to be handled. ```objective-c RDVTabBar *tabBar = tabBarController.tabBar; @@ -79,7 +79,7 @@ RDVTabBar *tabBar = tabBarController.tabBar; // After the tabBarController initialization tabBar.translucent = YES; -// Customizing the tabBar background +// Customize the tabBar background tabBar.backgroundView.backgroundColor = [UIColor colorWithRed:245/255.0 green:245/255.0 blue:245/255.0