I present a modal table view within a navigation view with a Back button. The back button sends a message to the modal view's delegate to dismiss the modal view. If I scroll the table view and then tap the Back button on the navigation bar while the table view is still scrolling, the app crashes with this message:
*** -[UILayoutContainerView setUseFastMode:]: message sent to deallocated instance 0xef74650
When I PO 0xef74650 I get this:
(int) $1 = 251086416 [no Objective-C description available]
Anyone experience this before? What is the workaround or fix?