Inherits from UITabBar
Declared in PrettyTabBar.h

Overview

PrettyTabBar is a subclass of UITabBar that removes the glossy effect and lets you customize its colors.

You can change the tab bar appearance as follows:

  • gradient start color
  • gradient end color
  • separator line volor

Tasks

Properties

gradientEndColor

Specifies the gradient’s end color.

@property (nonatomic, retain) UIColor *gradientEndColor

Discussion

By default is a black tone.

Declared In

PrettyTabBar.h

gradientStartColor

Specifies the gradient’s start color.

@property (nonatomic, retain) UIColor *gradientStartColor

Discussion

By default is a black tone.

Declared In

PrettyTabBar.h

separatorLineColor

Specifies the top separator’s color.

@property (nonatomic, retain) UIColor *separatorLineColor

Discussion

By default is a black tone.

Declared In

PrettyTabBar.h