Skip to content

aalittle/ALCustomTabBarController

Repository files navigation

ALCustomTabBarController (author: Andrew Little)

ALCustomTabBarController is an iOS 4.0 project that allows customization of the standard UITabBarController such that the UI can be modified from it's standard iOS look and feel. The implementation should not be considered production-ready, but should instead be taken as an example of how one might customize the UITabBarController

ALCustomTabBarController is iOS4 and iPad compatible and released under the MIT license (see ALTabBarController.h).

Usage

This is not a static library, but instead a demo application utilizing the two main classes which make up the custom UITabBarController:

  • ALTabBarController {h,m}: a subclass of the UITabBarController which hides the standard UI and uses ALTabBarView in its place
  • ALTabBarView {h, m}: a subclass of UIView, defined in TabBarView.xib, and defines the custom UI to be used in place of the standard UITabBar.
  • TabBarView.xib: defines the UI for the customized TabBar.

About

Custom UITabBarController for use in iPhone applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published