Skip to content

添加scrollView.scrollIndicatorInsets之后出现轻微抖动。 #30

@niaorenhuaduo

Description

@niaorenhuaduo

在这句[scrollView
setContentInset:UIEdgeInsetsMake(_originalTopInset, 0, bottomInset, 0)];后面添加了修改滚动条偏移的代码:
scrollView.scrollIndicatorInsets=UIEdgeInsetsMake(_originalTopInset, 0, bottomInset, 0);
在临界点位置轻微下拉tableview的时候headerView和segmentView会出现轻微抖动,影响体验。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions