摘要:
(注:IOS5有新的API可以实现这些功能,这里这样搞是为了支持IOS4.)/* * @brief 定制的tabbar. */#import <UIKit/UIKit.h>@interface XUTabBarController : UITabBarController{@private UIView * bgView4TabBar_;}@end#import "XUTabBarController.h"@interface XUTabBarController()@property(nonatomic, retain) UIView * bgView4Tab 阅读全文