DAONaviBar 0.4.6× 测试已测试✗ 语言语言 Obj-CObjective C许可证 WTFPL 发布上次发布2017年9月由 Ray Dan 维护。安装指南×DAONaviBar 安装指南您希望把以下类似内容添加到 Podfile 中:target 'MyApp' do pod 'DAONaviBar', '~> 0.4' end然后在终端中运行 pod install,或在 CocoaPods.app 中运行。或者为了测试它,运行以下命令pod try DAONaviBar查看 PodspecGitHub 仓库在 CocoaPods.org 上的页面DAONaviBar 0.4.6作者:daoseng33daoseng33/DAONaviBarGitHub 仓库 DAONaviBar 是一个类似 Facebook 的具有平滑滚动动画的导航栏。 显示标题模式 隐藏标题模式 要求 iOS 8.0 用法 首先导入 DAONaviBar #import "DAONaviBar.h" 只需要在 viewDidAppear 中写一行代码 - (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; [[DAONaviBar sharedInstance] setupWithController:self scrollView:self.scrollViewToTrack hideTitle:NO]; }