AppBottomActionSheet icon indicating copy to clipboard operation
AppBottomActionSheet copied to clipboard

Results 1 AppBottomActionSheet issues
Sort by recently updated
recently updated
newest added

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) } ```