Skip to content

Instantly share code, notes, and snippets.

@Aymenworks
Created November 15, 2020 13:11
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
collisionBehavior.addBoundary(withIdentifier: "modal-wall" as NSCopying, for: .init(roundedRect: self.bottomView.frame, cornerRadius: 20))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment