Arthur
Results
1
issues of
Arthur
/// 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值