marty-suzuki / ReverseExtension

A UITableView extension that enables cell insertion from the bottom of a table view.
MIT License
1.68k stars 130 forks source link

Crash When Scrolling to the Top #38

Closed mredig closed 5 years ago

mredig commented 6 years ago

In Xcode 10/Swift 4.2/iOS 12 Simulator, both my app and the included sample app crash if there are tableviewcells on the table and you try to scroll beyond the top of the view.

The issue doesn't seem to appear in Xcode 9/Swift 4.1/iOS 11.

alexeybolv commented 6 years ago

Hi, did you find any solution?

mredig commented 6 years ago

I have not investigated any further. It'd be worth another test as new versions of the beta have been released since this issue occurred.

mredig commented 5 years ago

It appears that the issue was with the beta and not in this library. I've tested with the latest versions of everything, swift, Xcode, iOS 12, and this library, and the bug has not resurfaced in my tests.