Skip to content

数据只有一页的时候,需要展示nomoredataView,有误 #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
liuious opened this issue May 20, 2019 · 1 comment · May be fixed by #162
Open

数据只有一页的时候,需要展示nomoredataView,有误 #161

liuious opened this issue May 20, 2019 · 1 comment · May be fixed by #162

Comments

@liuious
Copy link

liuious commented May 20, 2019

/// Footer notice method
func noticeNoMoreData() {
self.base.footer?.stopRefreshing()
self.base.footer?.noMoreData = true

    ///issues add
    if let footer = self.base.footer ,footer.alpha < 1.0{
        self.base.footer?.alpha = 1.0
    }
}

这是 因为这个时候footer的透明度还是0
所以需要修改alpha值

@yeziahehe yeziahehe linked a pull request Jun 10, 2019 that will close this issue
@H-World
Copy link

H-World commented Jan 17, 2020

这个bug怎么还没修复呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants