In the first two blog posts, we saw how important it is to customize the NavigationBar
when theming your iOS app. However, that’s only part of the equation, especially if your app also uses a TabBar
. In that case, you’ll likely want to customize not only the background color of the TabBar
, but also the text color of the selected tab and the color used for the unselected tabs.
Continue reading to learn how to do all of this thanks to the powerful flexibility of Declares!
Comments closed