xmartlabs / XLDataLoader

MIT License
16 stars 12 forks source link

manually nil out delegates to avoid crashes #19

Closed ghost closed 9 years ago

ghost commented 9 years ago

set delegate and dataSource properties to nil to avoid crashes my theory is that the crashes we were seeing is this on StackOverflow http://stackoverflow.com/questions/1898626/is-there-a-way-to-cancel-an-animated-uitableview-uiscrollview-setcontentoffseta

ghost commented 9 years ago

@mtnbarreto, even if this change doesn't solve the crashes, it ought to be completely harmless. ¿might we be able to merge this in so it can make our upcoming release?

mtnbarreto commented 9 years ago

:+1: