{"id":1332,"date":"2020-12-17T10:39:30","date_gmt":"2020-12-17T02:39:30","guid":{"rendered":"http:\/\/123.57.164.21\/?p=1332"},"modified":"2020-12-17T10:39:30","modified_gmt":"2020-12-17T02:39:30","slug":"swiftui-button-%e5%8a%a0%e8%be%b9%e6%a1%86","status":"publish","type":"post","link":"https:\/\/92it.top\/?p=1332","title":{"rendered":"SwiftUI button \u52a0\u8fb9\u6846"},"content":{"rendered":"\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\/2020\/12\/image-32.png\" alt=\"\" class=\"wp-image-1333\" width=\"300\" height=\"134\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-32.png 512w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-32-300x134.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-32-230x102.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-32-350x156.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-32-480x214.png 480w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/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=\"\">Button(action: {\n    print(\"Hello button tapped!\")\n}) {\n    Text(\"Hello World\")\n        .fontWeight(.bold)\n        .font(.title)\n        .foregroundColor(.purple)\n        .padding()\n        .border(Color.purple, width: 5)\n}<\/pre>\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\/2020\/12\/image-33.png\" alt=\"\" class=\"wp-image-1334\" width=\"278\" height=\"134\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-33.png 480w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-33-300x145.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-33-230x111.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-33-350x169.png 350w\" sizes=\"(max-width: 278px) 100vw, 278px\" \/><\/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=\"\">Button(action: {\n    print(\"Hello button tapped!\")\n}) {\n    Text(\"Hello World\")\n        .fontWeight(.bold)\n        .font(.title)\n        .foregroundColor(.purple)\n        .padding()\n        .overlay(\n            RoundedRectangle(cornerRadius: 20)\n                .stroke(Color.purple, lineWidth: 5)\n        )\n}<\/pre>\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\/2020\/12\/image-34.png\" alt=\"\" class=\"wp-image-1335\" width=\"366\" height=\"175\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-34.png 448w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-34-300x143.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-34-230x110.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2020\/12\/image-34-350x167.png 350w\" sizes=\"(max-width: 366px) 100vw, 366px\" \/><\/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=\"\">Button(action: {\n    print(\"Hello button tapped!\")\n}) {\n    Text(\"Hello World\")\n        .fontWeight(.bold)\n        .font(.title)\n        .foregroundColor(.purple)\n        .padding()\n        .overlay(\n            Capsule(style: .continuous)\n                .stroke(Color.purple, style: StrokeStyle(lineWidth: 5, dash: [10]))\n        )\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"_links":{"self":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1332"}],"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=1332"}],"version-history":[{"count":1,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1332\/revisions"}],"predecessor-version":[{"id":1336,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1332\/revisions\/1336"}],"wp:attachment":[{"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1332"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}