ODRefreshControl
ODRefreshControl copied to clipboard
A pull down to refresh control like the one in Apple's iOS6 Mail App
the project would need to be adapted with the `self->` explicit operator.
when pull down to refresh ,ODRefreshControl have some bugs
I've implemented the ODRefreshControl into an app that uses the "translucent = YES" setting and therefore the content appears unter the header-bar so all views of the navigation-controller start at...
When I use it in a tableview, it was coverd by the navigation bar, can you tell me how to fix the problem? I was a beginner so please give...
the method "beginRefreshing" can not activate the target action.
let the method 'beginRefreshing' activate the target action.
why you implement dealloc like this? - (void)dealloc { [self.scrollView removeObserver:self forKeyPath:@"contentOffset"]; [self.scrollView removeObserver:self forKeyPath:@"contentInset"]; self.scrollView = nil; } - (void)willMoveToSuperview:(UIView *)newSuperview { [super willMoveToSuperview:newSuperview]; if (!newSuperview) { [self.scrollView removeObserver:self...
is this control available via cocoapods?
Add finished Label!