slackhq / PanModal

An elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.
MIT License
3.69k stars 533 forks source link

Crash PanModal when scrolling and reload table #142

Open namcancode opened 3 years ago

namcancode commented 3 years ago

Description

I have table view in PanModal, when i scroll to bottom then i remove some cell in table and reloadData. Panmodal crash with error Thread 1: EXC_BAD_ACCESS (code=2, address=0x16f01fff0)

What type of issue is this? (place an x in one of the [ ])

Requirements (place an x in each of the [ ])


Bug Report

Thread 1: EXC_BAD_ACCESS (code=2, address=0x16f01fff0)

Reproducible in:

PanModal version: 1.2.7

iOS version: 14.4.1

Screen-Shot-2021-03-31-at-17-22-30

ppamorim commented 3 years ago

@namhbnam Could you please create a demo to reproduce the issue?