Mercurial > public > simoleon
view Simoleon/Functions/SimpleSuccess.swift @ 148:23395b98a921
Add app preview interaction
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 18 Aug 2021 11:17:31 +0100 |
parents | 75c1a05176f6 |
children |
line wrap: on
line source
// // SimpleSuccess.swift // Simoleon // // Created by Dennis Concepción Martín on 20/07/2021. // import SwiftUI // Haptics func simpleSuccess() { let generator = UINotificationFeedbackGenerator() generator.notificationOccurred(.success) }