首页 > QQ右上角菜单,求大神指点

QQ右上角菜单,求大神指点

就是实现这样的东西, 我在网上找的这段代码加入主页里面没有用呢\
请高手给我说下详细步骤,我加到APP的任何页面和任何位置都不行,

![clipboard.png](/img/bVyqeH)
#import <UIKit/UIKit.h>
 
@interface CCNavigationBarMenuItem : NSObject
 
@property (nonatomic, strong) UIImage  *image;// 图标
@property (nonatomic, copy  ) NSString *title;// 标题
 
@property (nonatomic, strong) UIColor  *titleColor;// 颜色   #4a4a4a
@property (nonatomic, strong) UIFont   *titleFont;// 字体大小 system 15.5  17
 
【热门文章】
【热门文章】