{"id":2024,"date":"2021-03-06T10:37:25","date_gmt":"2021-03-06T02:37:25","guid":{"rendered":"http:\/\/123.57.164.21\/?p=2024"},"modified":"2021-03-06T10:37:25","modified_gmt":"2021-03-06T02:37:25","slug":"%e5%85%b3%e4%ba%8ewatchos-taptic-engine-%e7%82%b9%e5%87%bb%e9%9c%87%e5%8a%a8","status":"publish","type":"post","link":"https:\/\/92it.top\/?p=2024","title":{"rendered":"\u5173\u4e8ewatchOS Taptic Engine \u70b9\u51fb\u9707\u52a8"},"content":{"rendered":"\n<p>github\u4e0a\u4e00\u4e2a\u975e\u5e38\u597d\u7684watchOS Sample\u4ee3\u7801\u3002<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><a href=\"https:\/\/github.com\/shu223\/watchOS-2-Sampler\">https:\/\/github.com\/shu223\/watchOS-2-Sampler<\/a><\/p><\/blockquote>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2021\/03\/image-23.png\" alt=\"\" class=\"wp-image-2025\" width=\"343\" height=\"220\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2021\/03\/image-23.png 818w, https:\/\/92it.top\/wp-content\/uploads\/2021\/03\/image-23-300x193.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2021\/03\/image-23-768x494.png 768w, https:\/\/92it.top\/wp-content\/uploads\/2021\/03\/image-23-230x148.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2021\/03\/image-23-350x225.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2021\/03\/image-23-480x309.png 480w\" sizes=\"(max-width: 343px) 100vw, 343px\" \/><\/figure><\/div>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import SwiftUI\nimport UserNotifications\n\nvar hapticTypes = [\n    \"Notification\": WKHapticType.notification,\n    \"DirectionUp\": WKHapticType.directionUp,\n    \"DirectionDown\": WKHapticType.directionDown,\n    \"Success\": WKHapticType.success,\n    \"Failure\": WKHapticType.failure,\n    \"Retry\": WKHapticType.retry,\n    \"Start\": WKHapticType.start,\n    \"Stop\": WKHapticType.stop,\n    \"Click\": WKHapticType.click,\n]\n\nstruct ContentView: View {\n    var body: some View {\n        VStack(spacing: 0) {\n            Button(action: {\n                let hapticType = hapticTypes[\"Notification\"]\n                \/\/ \u901a\u8fc7WKInterfaceDevice.current().play\u65b9\u6cd5 \u662fwatch\u53d1\u51fa\u9707\u52a8\u3002\n                WKInterfaceDevice.current().play(hapticType!)\n            }) {\n                Text(\"click\").bold()\n            }\n        }\n        .frame(width: 162, height: 197)\n        .background(color3481C6_watch)\n\n    }\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>github\u4e0a\u4e00\u4e2a\u975e\u5e38\u597d\u7684watchOS Sample\u4ee3\u7801\u3002 https:\/\/github.com\/shu22 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,8,5],"tags":[],"_links":{"self":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/2024"}],"collection":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2024"}],"version-history":[{"count":3,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/2024\/revisions"}],"predecessor-version":[{"id":2028,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/2024\/revisions\/2028"}],"wp:attachment":[{"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2024"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2024"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}