QBRefreshControl
QBRefreshControl copied to clipboard
adding control to UIScrollView
hi, i added your control to my uiscrollview. when my uiviewcontroller unload it gives an error. [UIScrollView release]: message sent to deallocated instance 0xc598090
self.myRefreshControl.delegate=nil;
scrollView.delegate=nil;
i set the delegate to nil but still same error.
there is no error if i don't use the control. can you help?
hi, i tried to remove control then it worked.
[self.myRefreshControl removeFromSuperview];