pull-to-refresh icon indicating copy to clipboard operation
pull-to-refresh copied to clipboard

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

Open liuious opened this issue 5 years ago • 1 comments

/// 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值

liuious avatar May 20 '19 09:05 liuious

这个bug怎么还没修复呢

H-World avatar Jan 17 '20 08:01 H-World