{"version":"https://jsonfeed.org/version/1","title":"Micro.blog - Andy Qua","home_page_url":"https://micro.blog","feed_url":"https://micro.blog/posts/AndyQ","_microblog":{"about":"https://micro.blog/about/api","id":"27938","username":"AndyQ","bio":"","pronouns":"","is_following":false,"is_you":false,"following_count":2,"discover_count":0},"author":{"name":"Andy Qua","url":"","avatar":"https://www.gravatar.com/avatar/850a2e37103e8d3474d09785386334b1?s=96&d=https%3A%2F%2Fmicro.blog%2Fimages%2Fblank_avatar.png"},"items":[{"id":"4008688","content_html":"<p><a href=\"https://micro.blog/jamesdempsey\">@jamesdempsey</a> Ahh of course there is a fix for that too - I <em>think</em> you could use .edgesIgnoringSafeArea(.all) on the ZStack</p>\n","url":"https://micro.blog/AndyQ/4008688","date_published":"2019-06-12T14:02:49+00:00","author":{"name":"Andy Qua","url":"","avatar":"https://cdn.micro.blog/photos/96/https%3A%2F%2Fwww.gravatar.com%2Favatar%2F850a2e37103e8d3474d09785386334b1%3Fs%3D96%26d%3Dhttps%253A%252F%252Fmicro.blog%252Fimages%252Fblank_avatar.png","_microblog":{"username":"AndyQ"}},"_microblog":{"date_relative":"2019-06-12 14:02","date_timestamp":1560348169,"is_favorite":false,"is_bookmark":false,"is_deletable":false,"is_conversation":true,"is_linkpost":false,"is_mention":true}},{"id":"4001930","content_html":"<p><a href=\"https://micro.blog/jamesdempsey\">@jamesdempsey</a> Just saw your mememaker - is the following more readable or more confusing (I'm still trying to get my head round this!) ? (Note I've only tried this in Playground sim but it rendered \"ok\" there.</p>\n\n<p>`struct ContentView : View {\n    private let fontName = \"HelveticaNeue-CondensedBlack\"</p>\n\n<pre><code>var body: some View {\n\n    ZStack() {\n        Image(\"scarlett\")\n        VStack() {\n            VStack() {\n                // Put the image and text in a ZStack, align text to the top\n                Text(\"AS GOD IS MY WITNESS\")\n                    .font(Font.custom(fontName, size: 41))\n                    .color(.white)\n                    .padding()\n            }\n            Spacer()\n            // Text is of different sizes, so stacking three Text views instead of using a single paragraph with line breaks\n            VStack {\n                Text(\"I'LL NEVER TYPE\")\n                    .font(Font.custom(fontName, size: 42))\n                    .color(.white)\n                    .shadow(color: Color(white: 0.0, opacity: 0.8), radius: 2.0)\n\n                Text(\"translatesAutoresizingMaskIntoConstraints\")\n                    .font(Font.custom(fontName, size: 22))\n                    .color(.white)\n                    .shadow(color: Color(white: 0.0, opacity: 0.8), radius: 2.0)\n\n                Text(\"AGAIN\")\n                    .font(Font.custom(fontName, size: 42))\n                    .color(.white)\n\n            }.padding()\n        }\n    }\n}\n</code></pre>\n\n<p>}`</p>\n","url":"https://micro.blog/AndyQ/4001930","date_published":"2019-06-12T06:44:00+00:00","author":{"name":"Andy Qua","url":"","avatar":"https://cdn.micro.blog/photos/96/https%3A%2F%2Fwww.gravatar.com%2Favatar%2F850a2e37103e8d3474d09785386334b1%3Fs%3D96%26d%3Dhttps%253A%252F%252Fmicro.blog%252Fimages%252Fblank_avatar.png","_microblog":{"username":"AndyQ"}},"_microblog":{"date_relative":"2019-06-12 06:44","date_timestamp":1560321840,"is_favorite":false,"is_bookmark":false,"is_deletable":false,"is_conversation":true,"is_linkpost":false,"is_mention":true}}]}