12207480 / DOPDropDownMenu-Enhanced

DOPDropDownMenu 添加双列表 优化版 新增图片支持(double tableView, The optimization version ,new add image,detailText)
MIT License
1.75k stars 362 forks source link

Menu的位置 #33

Closed QiuDaniel closed 6 years ago

QiuDaniel commented 8 years ago

尝试将menu放置在navigationBar上,但是无法显示。如何能够正确显示在navigationBar的正中间?

bluesky0109 commented 6 years ago

@QiuDaniel

DOPDropDownMenu *menu = [[DOPDropDownMenu alloc] initWithOrigin:CGPointZero width:300 andHeight:44]; self.navigationItem.titleView = menu;