pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

runtime crash - nsexception #80

Closed heyalexchoi closed 5 years ago

heyalexchoi commented 5 years ago

i get a crash using just the example code:

tableView.addInfiniteScroll { (tableView) -> Void in
            // finish infinite scroll animation
            tableView.finishInfiniteScroll()
        }

nothing informative in the trace - just an exception of type NSException - thrown basically as soon as this code gets called in viewDidLoad.

xcode 10.1 iphone simulator iphone 7 + 8 real iphone 9

sorry i don't have any more useful information.

pronebird commented 5 years ago

Hi,

iOS 12.1 right? Any way you can share a call stack or anything?

heyalexchoi commented 5 years ago

I think so but tbh I found an already integrated dependency has the functionality I need.

On Sat, Feb 23, 2019 at 4:58 AM Andrej Mihajlov notifications@github.com wrote:

Hi,

iOS 12.1 right?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pronebird/UIScrollView-InfiniteScroll/issues/80#issuecomment-466634743, or mute the thread https://github.com/notifications/unsubscribe-auth/AEuzFxIeOmEcqzeVZkd4ZvbQGJKi8z1Sks5vQRDggaJpZM4bNkIz .

pronebird commented 5 years ago

Alright cool. I couldn't reproduce the crash on my end, so I will close this issue. If you wish to get to the bottom of this, please attach the call stack or at least what kind of NSException you have got.