swift UITableView中のセクションヘッダーがスクロール时に上で止まらないようにする

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift UITableView中のセクションヘッダーがスクロール时に上で止まらないようにする相关的知识,希望对你有一定的参考价值。

// disable sticky section header
func scrollViewDidScroll(_ scrollView: UIScrollView) {
    if scrollView.contentOffset.y <= tableView.sectionHeaderHeight && scrollView.contentOffset.y >= 0 {
        scrollView.contentInset = UIEdgeInsets(top: -scrollView.contentOffset.y, left: 0, bottom: 0, right: 0)
    } else if scrollView.contentOffset.y >= tableView.sectionHeaderHeight {
        scrollView.contentInset = UIEdgeInsets(top: -tableView.sectionHeaderHeight, left: 0, bottom: 0, right: 0)
    }
}

以上是关于swift UITableView中のセクションヘッダーがスクロール时に上で止まらないようにする的主要内容,如果未能解决你的问题,请参考以下文章

python PYコレクション型

text Vuexのアクションを理解する

javascript kintoneアクションボタンの拡张

csharp ガベージコレクション无效にする

markdown 轨トランザクションとロールバック発生时处理

sh Firefoxのセッション(`〜/ Library / Application Support / Firefox / Profiles / * / sessions / backup.sess