AppBottomActionSheet icon indicating copy to clipboard operation
AppBottomActionSheet copied to clipboard

crash dismiss in iOS 13

Open J-Arji opened this issue 5 years ago • 1 comments

hey man when I was dismiss ViewController this line crashed

func complete(completed: Bool) {
           let finished = completed && !transitionContext.transitionWasCancelled

           if finished {
               weakManager?.dismissComplete()
           }

           transitionContext.completeTransition(finished)
       }

J-Arji avatar Sep 16 '20 10:09 J-Arji

I can't update 1.0.7 with Cocoapods
why ?

J-Arji avatar Sep 16 '20 11:09 J-Arji