Mercurial > public > simoleon
view Simoleon/Functions/SimpleSuccess.swift @ 149:07b5d7386e6e
Change urls in metadata
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 19 Aug 2021 19:12: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) }