UINavigationItem+BBAWidthCustom.h
578 Bytes
//
// UINavigationItem+BBAWidthCustom.h
// BaiduBoxApp
//
// Created by liyongrui on 5/30/14.
// Copyright (c) 2014 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BBANavigationBar.h"
// @category - UINavigationItem (WidthCustom)
// @brief - 初始化导航栏左侧按钮时设定按钮宽度
@interface UINavigationItem (BBAWidthCustom)
- (void)bba_setLeftItemWithType:(TNavigationBarButtonItemType)itemType
target:(id)target
action:(SEL)action
width:(CGFloat)itemWidth;
@end