当前位置:首页 > 操作系统 > Ios

iOS页面控件:ADCustomPageControl_html/css_WEB-ITnose

JDFPeekaboo能够帮助实现在往下滚动列表的时候能够藏起navigation bar,这是一种很常用的需求,相信可以帮助很多同学。
it's very easy to use. Simply add a property for it:
@property (nonatomic, strong) JDFPeekabooCoordinator *scrollCoordinator;

Then, set it up (say, in-viewDidLoad):

self.scrollCoordinator = [[JDFPeekabooCoordinator alloc] init];self.scrollCoordinator.scrollView = self.scrollView;self.scrollCoordinator.topView = self.navigationController.navigationBar;self.scrollCoordinator.bottomView = self.navigationController.toolbar;



项目主页:http://www.open-open.com/lib/view/home/1429107357814


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!