QBRefreshControl icon indicating copy to clipboard operation
QBRefreshControl copied to clipboard

adding control to UIScrollView

Open uzman opened this issue 12 years ago • 1 comments

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?

uzman avatar Dec 04 '13 23:12 uzman

hi, i tried to remove control then it worked.

[self.myRefreshControl removeFromSuperview];

uzman avatar Dec 04 '13 23:12 uzman