MHScrollingHeader 1.0.0

MHScrollingHeader 1.0.0

测试已测试
Lang语言 SwiftSwift
许可证 MIT
发布上次发布2016年8月
SPM支持SPM

MickeyHubMickeySha维护。



MHScrollingHeader

一种简单的方法来集成滚动标题

为UIViewController定义了一个自定义类别,可以通过观察内容视图的滚动来使标题也滚动。

截图

MHScrollingHeader

从GitHub手动下载

  1. 下载MHScrollHeader子目录中的源文件。
  2. 将这一个 fichier.swift文件添加到您的Xcode项目中。

用法

请确保您的应用UI使用AutoLayout。

只需使用scrollHeaderSetup(_:contentOffset:topConstraint:flexibleViewHeight:)来开始跟随可滚动视图(例如:一个UIScrollViewUITableView)的滚动。

示例->OC

- (void)viewDidLoad {
    [self scrollHeaderSetup:@[tableView1, tableView2] contentOffset:200 topConstraint:self.topConstraint flexibleViewHeight:40];
}

查看示例项目以获取更多详细信息。

作者

MickeyHub

MIT许可证

The MIT License (MIT)

Copyright (c) 2015 MickeySha

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.