samvermette / SVPullToRefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.
http://samvermette.com/314
MIT License
4.82k stars 1.09k forks source link

I have a question about willMoveToSuperview #268

Open kilolumen opened 8 years ago

kilolumen commented 8 years ago

// use self.superview, not self.scrollView. Why self.scrollView == nil here? if (self.scrollview && newSuperview == nil) {

}