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)!