We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/// 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值