Closed chapayGhub closed 6 years ago
Yes.
you can call method - (void)endRefreshingAndNoLongerRefreshingWithAlertText:(NSString *)text
when no data, no need to create child of KafkaRefreshControl.
if you create child of KafkaRefreshControl, you need inherit KafkaFootRefreshControl, afterwards,overiding setter method
- (void)setRefreshState:(KafkaRefreshState)refreshState{
[super setRefreshState:refreshState];
self.alpha = 1.0;
}
that's ok.
I need to show table footer view (with copyright text) always in a bottom of tableview The problem when no data in tableview and standart footer showed in a top
Can KafkaRefresh help me?