Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. func physicsWorld(_ world: SCNPhysicsWorld, didBegin contact: SCNPhysicsContact)
  2.  
  3. if #available(iOS 10.0, *) {
  4. let generator = UINotificationFeedbackGenerator()
  5. generator.notificationOccurred(.success)
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement