You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using your library since few months now and we are having just one big issue with it.
We create an instance of PagingViewController, we insert it into a view controller which is presented modally.
In this PagingViewController instance we add some sub view controllers which have tableViews inside for some of them.
It appears that the crash occurs when we call the reloadData() method for one these tableViews. In fact, there is a tab where we can scroll along a tableView and there is pagination on this tab, so we call the reloadData() method a lot when scrolling (it may be a clue).
Hi @FrancoisLefevre12! I've moved away from using EMPageViewController in Parchment in version 3.0. Could you try to target the v3.0.0-beta2 release and see if the crash goes away? The new version should be stable enough to use in production.
Hello there !
We are using your library since few months now and we are having just one big issue with it.
We create an instance of
PagingViewController
, we insert it into a view controller which is presented modally.In this
PagingViewController
instance we add some sub view controllers which have tableViews inside for some of them.It appears that the crash occurs when we call the
reloadData()
method for one these tableViews. In fact, there is a tab where we can scroll along a tableView and there is pagination on this tab, so we call thereloadData()
method a lot when scrolling (it may be a clue).Type of crash given by Crashlytics :
Here is the stacktrace from Crashlytics logs :
Thank you in advance !
François
The text was updated successfully, but these errors were encountered: