Skip to content

scroll to top doesn't work correctly #389

@arashetm

Description

@arashetm

Describe the bug
scroll to the top doesn't work correctly.

To Reproduce
create a tableView including too many items.
scroll to the middle of tableView and then call this:

if let navigationController = self.navigationController as? ScrollingNavigationController {
    navigationController.showNavbar(animated: true, duration: 0.2, scrollToTop: true)
}

It scrolls to top but not actually to top of tableView.

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