{"id":25858,"date":"2024-10-27T05:49:12","date_gmt":"2024-10-27T05:49:12","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=25858"},"modified":"2024-11-26T07:53:50","modified_gmt":"2024-11-26T07:53:50","slug":"%ec%8a%a4%ec%9c%84%ed%94%84%ed%8a%b8%eb%a1%9c-swiftui-%eb%b0%a9%ec%8b%9d%ec%9d%98-%ec%95%84%ec%9d%b4%ed%8f%b0-%ec%95%b1-%ea%b0%9c%eb%b0%9c-%ed%94%84%eb%a1%9c%ed%86%a0%ec%bd%9c-%eb%b0%8f-%ec%9e%90","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/25858\/","title":{"rendered":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>SwiftUI\ub294 \uc560\ud50c\uc774 \uc81c\uacf5\ud558\ub294 \ud604\ub300\uc801\uc778 UI \ud504\ub808\uc784\uc6cc\ud06c\ub85c, iOS, macOS, watchOS \ubc0f tvOS\uc5d0\uc11c\uc758 \uc571 \uac1c\ubc1c\uc744 \uc6a9\uc774\ud558\uac8c \ud574\uc90d\ub2c8\ub2e4. Swift \uc5b8\uc5b4\uc758 \uac15\ub825\ud55c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec \uc9c1\uad00\uc801\uc778 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 SwiftUI\uc758 \uae30\ubcf8 \uac1c\ub150\uacfc \ud504\ub85c\ud1a0\ucf5c, \uadf8\ub9ac\uace0 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\uacfc \ucd5c\uc19f\uac12\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. SwiftUI\uc758 \uae30\ucd08<\/h2>\n<p>SwiftUI\ub294 \uc120\uc5b8\ud615 \uad6c\ubb38\uc73c\ub85c UI\ub97c \uad6c\uc131\ud558\uba70, \uc0c1\ud0dc\uc640 \ubdf0 \uac04\uc758 \uc5f0\uad00\uc131\uc744 \uad00\ub9ac\ud558\ub294 \ub370 \ub2a5\ud569\ub2c8\ub2e4. SwiftUI\ub97c \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc\uc758 \uac00\ub3c5\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ub192\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>1.1 SwiftUI \uae30\ubcf8 \uad6c\uc870<\/h3>\n<p>SwiftUI\uc758 \uae30\ubcf8 \uad6c\uc870\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>import SwiftUI\n\nstruct ContentView: View {\n    var body: some View {\n        Text(\"Hello, World!\")\n    }\n}\n\n@main\nstruct MyApp: App {\n    var body: some Scene {\n        WindowGroup {\n            ContentView()\n        }\n    }\n}<\/code><\/pre>\n<p>\uc704 \ucf54\ub4dc\uc5d0\uc11c <code>ContentView<\/code>\ub294 SwiftUI \ubdf0\uc774\uba70, <code>Text<\/code>\ub294 \ud654\uba74\uc5d0 \ud45c\uc2dc\ud560 \ud14d\uc2a4\ud2b8\ub97c \uad6c\uc131\ud558\ub294 \ubdf0\uc785\ub2c8\ub2e4. <code>@main<\/code> \uc18d\uc131\uc740 \uc571\uc758 \uc2dc\uc791\uc810\uc744 \uc815\uc758\ud558\uba70, <code>WindowGroup<\/code>\ub294 \uc571\uc758 \uae30\ubcf8 \ucc3d\uc744 \uad00\ub9ac\ud569\ub2c8\ub2e4.<\/p>\n<h2>2. \ud504\ub85c\ud1a0\ucf5c\uc774\ub780 \ubb34\uc5c7\uc778\uac00?<\/h2>\n<p>\ud504\ub85c\ud1a0\ucf5c\uc740 \uc2a4\uc704\ud504\ud2b8\uc758 \uc911\uc694\ud55c \uac1c\ub150 \uc911 \ud558\ub098\ub85c, \ud2b9\uc815 \uc18d\uc131\uacfc \uba54\uc18c\ub4dc\ub97c \uc815\uc758\ud558\ub294 \uccad\uc0ac\uc9c4\uc785\ub2c8\ub2e4. \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \ub2e4\uc591\ud55c \ud0c0\uc785\uc774 \ub3d9\uc77c\ud55c \uba54\uc18c\ub4dc\ub098 \uc18d\uc131\uc744 \uac00\uc9c8 \uc218 \uc788\ub3c4\ub85d \uac15\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>2.1 \ud504\ub85c\ud1a0\ucf5c\uc758 \uc815\uc758 \ubc0f \uc0ac\uc6a9<\/h3>\n<pre><code>protocol Vehicle {\n        var numberOfWheels: Int { get }\n        func drive()\n    }\n\nstruct Car: Vehicle {\n    var numberOfWheels: Int = 4\n    func drive() {\n        print(\"Car is driving\")\n    }\n}<\/code><\/pre>\n<p>\ud504\ub85c\ud1a0\ucf5c <code>Vehicle<\/code>\ub294 \ucc28\ub7c9\uc758 \uc218\uce58\uc801 \uc18d\uc131\uacfc \ud589\ub3d9 \ubc29\uc2dd\uc744 \uc815\uc758\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. <code>Car<\/code> \uad6c\uc870\uccb4\ub294 \uc774 \ud504\ub85c\ud1a0\ucf5c\uc744 \ucc44\ud0dd\ud558\uace0, \ud544\uc694\ud55c \uc18d\uc131\uacfc \uba54\uc18c\ub4dc\ub97c \uad6c\ud604\ud569\ub2c8\ub2e4.<\/p>\n<h2>3. \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12 \ubc0f \ucd5c\uc19f\uac12<\/h2>\n<p>Swift\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \ub370\uc774\ud130 \uc720\ud615\uc774 \uc788\uc73c\uba70, \uac01 \uc720\ud615\uc740 \ud2b9\uc815 \ucd5c\ub313\uac12 \ubc0f \ucd5c\uc19f\uac12\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uac12\uc744 \uc774\ud574\ud558\uba74 \ub370\uc774\ud130 \ucc98\ub9ac \uc2dc \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n<h3>3.1 \uc815\uc218\ud615<\/h3>\n<pre><code>let minInt = Int.min\nlet maxInt = Int.max\n\nprint(\"\ucd5c\uc19f\uac12: \\(minInt), \ucd5c\ub313\uac12: \\(maxInt)\")<\/code><\/pre>\n<p>Swift\uc758 <code>Int<\/code> \uc790\ub8cc\ud615\uc740 \ud50c\ub7ab\ud3fc\uc758 \ube44\ud2b8 \uc218\uc5d0 \ub530\ub77c \ud06c\uae30\uac00 \uacb0\uc815\ub418\uba70, \uadf8\uc5d0 \ub530\ub77c \ucd5c\ub313\uac12\uacfc \ucd5c\uc19f\uac12\uc774 \ub2e4\ub985\ub2c8\ub2e4. \uac19\uc740 \ubc29\uc2dd\uc73c\ub85c <code>UInt<\/code>\ub3c4 \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3.2 \ubd80\ub3d9 \uc18c\uc218\uc810\ud615<\/h3>\n<pre><code>let minDouble = Double.leastNormalMagnitude\nlet maxDouble = Double.greatestFiniteMagnitude\n\nprint(\"\ucd5c\uc19f\uac12: \\(minDouble), \ucd5c\ub313\uac12: \\(maxDouble)\")<\/code><\/pre>\n<p><code>Double<\/code> \uc790\ub8cc\ud615\uc758 \uacbd\uc6b0, \ucd5c\uc18c \ubc0f \ucd5c\ub300 \uc720\ud55c \uac12\uc740 \uc704\uc640 \uac19\uc774 \uc774\uc6a9\ud558\uc5ec \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3.3 \uc18c\uc218\ud615<\/h3>\n<pre><code>let minFloat = Float.leastNormalMagnitude\nlet maxFloat = Float.greatestFiniteMagnitude\n\nprint(\"\ucd5c\uc19f\uac12: \\(minFloat), \ucd5c\ub313\uac12: \\(maxFloat)\")<\/code><\/pre>\n<p>\uc18c\uc218\uc810 \uc774\ud558\uc758 \uc218\uce58\ub3c4 <code>Float<\/code> \uc790\ub8cc\ud615\uc744 \ud1b5\ud574 \ucd5c\uc19f\uac12 \ubc0f \ucd5c\ub313\uac12\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>4. SwiftUI\uc640 \ud504\ub85c\ud1a0\ucf5c\uc758 \uacb0\ud569<\/h2>\n<p>SwiftUI\uc5d0\uc11c \ud504\ub85c\ud1a0\ucf5c\uc744 \uc0ac\uc6a9\ud558\uba74 \ub354 \uac00\ub3c5\uc131\uc774 \uc88b\uace0 \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc5ec\ub7ec \uac00\uc9c0 \ubdf0\ub97c \uc791\uc131\ud558\uace0 \uc774\ub97c \uacf5\ud1b5 \uc778\ud130\ud398\uc774\uc2a4\uc778 \ud504\ub85c\ud1a0\ucf5c\ub85c \uad00\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>4.1 \uc608\uc81c: \uacf5\ud1b5 \ubdf0 \ud504\ub85c\ud1a0\ucf5c \ub9cc\ub4e4\uae30<\/h3>\n<pre><code>protocol CustomView: View {\n        var title: String { get }\n    }\n\nstruct MyCustomView: CustomView {\n    var title: String = \"My Custom View\"\n    var body: some View {\n        Text(title)\n            .font(.largeTitle)\n            .padding()\n    }\n}<\/code><\/pre>\n<p>\uc704\uc758 \uc608\uc81c\uc5d0\uc11c\ub294 <code>CustomView<\/code> \ud504\ub85c\ud1a0\ucf5c\uc744 \uc815\uc758\ud558\uc600\uace0, <code>MyCustomView<\/code>\uac00 \uc774 \ud504\ub85c\ud1a0\ucf5c\uc744 \ucc44\ud0dd\ud558\uc5ec \ub3c5\uc790\uc801\uc778 \uad6c\ud604\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h2>5. \uacb0\ub860<\/h2>\n<p>Swift\uc640 SwiftUI\ub294 \ud604\ub300\uc801\uc778 \uc571 \uac1c\ubc1c\uc744 \uc704\ud574 \ucd5c\uc801\ud654\ub41c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \ud504\ub85c\ud1a0\ucf5c\uc740 \ucf54\ub4dc\uc758 \uc720\uc5f0\uc131\uacfc \uc7ac\uc0ac\uc6a9\uc131\uc744 \ub192\uc774\ub294 \ub370 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud558\uba70, \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\uacfc \ucd5c\uc19f\uac12\uc744 \uc774\ud574\ud558\ub294 \uac83\uc740 \uc548\uc804\ud55c \ub370\uc774\ud130 \ucc98\ub9ac\ub97c \uc704\ud574 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ubcf8 \uac1c\ub150\ub4e4\uc744 \ubc14\ud0d5\uc73c\ub85c \ub354 \ubcf5\uc7a1\ud55c \uc571\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc704\uc758 \ub0b4\uc6a9\uc744 \ud1b5\ud574 SwiftUI\uc758 \uae30\ucd08\ubd80\ud130 \ud504\ub85c\ud1a0\ucf5c, \uadf8\ub9ac\uace0 \uc790\ub8cc\ud615\uc758 \uadf9\ud55c \uac12\uc744 \uc774\ud574\ud568\uc73c\ub85c\uc368 \uc790\uc2e0\ub9cc\uc758 \uc544\uc774\ud3f0 \uc571\uc744 \ud55c\uce35 \ub354 \ubc1c\uc804\uc2dc\ud0ac \uc218 \uc788\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SwiftUI\ub294 \uc560\ud50c\uc774 \uc81c\uacf5\ud558\ub294 \ud604\ub300\uc801\uc778 UI \ud504\ub808\uc784\uc6cc\ud06c\ub85c, iOS, macOS, watchOS \ubc0f tvOS\uc5d0\uc11c\uc758 \uc571 \uac1c\ubc1c\uc744 \uc6a9\uc774\ud558\uac8c \ud574\uc90d\ub2c8\ub2e4. Swift \uc5b8\uc5b4\uc758 \uac15\ub825\ud55c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec \uc9c1\uad00\uc801\uc778 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 SwiftUI\uc758 \uae30\ubcf8 \uac1c\ub150\uacfc \ud504\ub85c\ud1a0\ucf5c, \uadf8\ub9ac\uace0 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\uacfc \ucd5c\uc19f\uac12\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. SwiftUI\uc758 \uae30\ucd08 SwiftUI\ub294 \uc120\uc5b8\ud615 \uad6c\ubb38\uc73c\ub85c UI\ub97c \uad6c\uc131\ud558\uba70, \uc0c1\ud0dc\uc640 \ubdf0 \uac04\uc758 \uc5f0\uad00\uc131\uc744 \uad00\ub9ac\ud558\ub294 \ub370 \ub2a5\ud569\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/25858\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[19],"tags":[],"class_list":["post-25858","post","type-post","status-publish","format-standard","hentry","category----swiftui"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/25858\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"SwiftUI\ub294 \uc560\ud50c\uc774 \uc81c\uacf5\ud558\ub294 \ud604\ub300\uc801\uc778 UI \ud504\ub808\uc784\uc6cc\ud06c\ub85c, iOS, macOS, watchOS \ubc0f tvOS\uc5d0\uc11c\uc758 \uc571 \uac1c\ubc1c\uc744 \uc6a9\uc774\ud558\uac8c \ud574\uc90d\ub2c8\ub2e4. Swift \uc5b8\uc5b4\uc758 \uac15\ub825\ud55c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec \uc9c1\uad00\uc801\uc778 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 SwiftUI\uc758 \uae30\ubcf8 \uac1c\ub150\uacfc \ud504\ub85c\ud1a0\ucf5c, \uadf8\ub9ac\uace0 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\uacfc \ucd5c\uc19f\uac12\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. SwiftUI\uc758 \uae30\ucd08 SwiftUI\ub294 \uc120\uc5b8\ud615 \uad6c\ubb38\uc73c\ub85c UI\ub97c \uad6c\uc131\ud558\uba70, \uc0c1\ud0dc\uc640 \ubdf0 \uac04\uc758 \uc5f0\uad00\uc131\uc744 \uad00\ub9ac\ud558\ub294 \ub370 \ub2a5\ud569\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/25858\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T05:49:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:53:50+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/25858\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25858\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30\",\"datePublished\":\"2024-10-27T05:49:12+00:00\",\"dateModified\":\"2024-11-26T07:53:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25858\/\"},\"wordCount\":23,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc2a4\uc704\ud504\ud2b8 \uc544\uc774\ud3f0\uc571 \uac1c\ubc1c (SwiftUI)\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/25858\/\",\"url\":\"https:\/\/atmokpo.com\/w\/25858\/\",\"name\":\"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T05:49:12+00:00\",\"dateModified\":\"2024-11-26T07:53:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25858\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/25858\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/25858\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/25858\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"SwiftUI\ub294 \uc560\ud50c\uc774 \uc81c\uacf5\ud558\ub294 \ud604\ub300\uc801\uc778 UI \ud504\ub808\uc784\uc6cc\ud06c\ub85c, iOS, macOS, watchOS \ubc0f tvOS\uc5d0\uc11c\uc758 \uc571 \uac1c\ubc1c\uc744 \uc6a9\uc774\ud558\uac8c \ud574\uc90d\ub2c8\ub2e4. Swift \uc5b8\uc5b4\uc758 \uac15\ub825\ud55c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec \uc9c1\uad00\uc801\uc778 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 SwiftUI\uc758 \uae30\ubcf8 \uac1c\ub150\uacfc \ud504\ub85c\ud1a0\ucf5c, \uadf8\ub9ac\uace0 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\uacfc \ucd5c\uc19f\uac12\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. SwiftUI\uc758 \uae30\ucd08 SwiftUI\ub294 \uc120\uc5b8\ud615 \uad6c\ubb38\uc73c\ub85c UI\ub97c \uad6c\uc131\ud558\uba70, \uc0c1\ud0dc\uc640 \ubdf0 \uac04\uc758 \uc5f0\uad00\uc131\uc744 \uad00\ub9ac\ud558\ub294 \ub370 \ub2a5\ud569\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/25858\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T05:49:12+00:00","article_modified_time":"2024-11-26T07:53:50+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/25858\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/25858\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30","datePublished":"2024-10-27T05:49:12+00:00","dateModified":"2024-11-26T07:53:50+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/25858\/"},"wordCount":23,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc2a4\uc704\ud504\ud2b8 \uc544\uc774\ud3f0\uc571 \uac1c\ubc1c (SwiftUI)"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/25858\/","url":"https:\/\/atmokpo.com\/w\/25858\/","name":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T05:49:12+00:00","dateModified":"2024-11-26T07:53:50+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/25858\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/25858\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/25858\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd\uc758 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c: \ud504\ub85c\ud1a0\ucf5c \ubc0f \uc790\ub8cc\ud615\uc758 \ucd5c\ub313\uac12\/\ucd5c\uc19f\uac12 \uc54c\uc544\ubcf4\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25858","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=25858"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25858\/revisions"}],"predecessor-version":[{"id":25859,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25858\/revisions\/25859"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=25858"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=25858"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=25858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}