{"id":25826,"date":"2024-10-27T05:49:03","date_gmt":"2024-10-27T05:49:03","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=25826"},"modified":"2024-11-26T07:55:24","modified_gmt":"2024-11-26T07:55:24","slug":"%ec%8a%a4%ec%9c%84%ed%94%84%ed%8a%b8%eb%a1%9c-swiftui-%eb%b0%a9%ec%8b%9d-%ec%95%84%ec%9d%b4%ed%8f%b0-%ec%95%b1-%ea%b0%9c%eb%b0%9c-%eb%b7%b0-%ec%bb%a8%ed%8a%b8%eb%a1%a4%eb%9f%ac-%ea%b8%b0%eb%b0%98","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/25826\/","title":{"rendered":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\ucd5c\uadfc \uba87 \ub144 \ub3d9\uc548 \uc560\ud50c\uc758 SwiftUI\ub294 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c\uc758 \ud328\ub7ec\ub2e4\uc784\uc744 \ubcc0\ud654\uc2dc\ucf30\uc2b5\ub2c8\ub2e4. SwiftUI\ub294 \uc120\uc5b8\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \ubc29\uc2dd\uc73c\ub85c, UI\ub97c \uad6c\uc131\ud558\ub294 \ubc29\uc2dd\uc774 \uc774\uc804\uc758 UIKit\uc758 imperative \ubc29\uc2dd\uacfc\ub294 \ub2e4\ub985\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 SwiftUI\uc758 \ud65c\uc6a9 \ubc29\ubc95\uacfc \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18\uc758 \uc571 \uac1c\ubc1c \ubc29\ubc95\uc744 \ube44\uad50\ud558\uba70, \uc2e4\uc81c \uc571\uc744 \ub9cc\ub4dc\ub294 \uacbd\ud5d8\uc744 \uacf5\uc720\ud558\uace0\uc790 \ud569\ub2c8\ub2e4.<\/p>\n<h2>1. SwiftUI\ub780?<\/h2>\n<p>SwiftUI\ub294 2019\ub144 WWDC\uc5d0\uc11c \ucc98\uc74c \ubc1c\ud45c\ub41c \ucd5c\uc2e0 UI \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. \uc774 \ud504\ub808\uc784\uc6cc\ud06c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ud2b9\uc9d5\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\uc120\uc5b8\ud615 \ud504\ub85c\uadf8\ub798\ubc0d: UI\ub97c \uc120\uc5b8\uc801\uc73c\ub85c \uc791\uc131\ud558\uc5ec \ucf54\ub4dc\uac00 \ub354 \uac04\ub2e8\ud558\uace0 \uc9c1\uad00\uc801\uc785\ub2c8\ub2e4.<\/li>\n<li>\uc0c1\ud0dc \uad00\ub9ac: \ub370\uc774\ud130\uc640 UI \uac04\uc758 \uad00\uacc4\ub97c \uc27d\uac8c \uad00\ub9ac\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4.<\/li>\n<li>\ud06c\ub85c\uc2a4 \ud50c\ub7ab\ud3fc: iOS, macOS, watchOS, tvOS\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2>2. UIKit\uacfc SwiftUI\uc758 \ucc28\uc774\uc810<\/h2>\n<p>\uae30\uc874\uc5d0\ub294 UIKit \ud504\ub808\uc784\uc6cc\ud06c\ub97c \ud1b5\ud574 \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18\uc73c\ub85c \uc571\uc744 \uac1c\ubc1c\ud588\uc2b5\ub2c8\ub2e4. UIKit\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \ubc29\uc2dd\uc73c\ub85c \uc571\uc744 \uad6c\uc131\ud569\ub2c8\ub2e4:<\/p>\n<pre><code class=\"swift\">\nclass MyViewController: UIViewController {\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        let label = UILabel()\n        label.text = \"Hello, UIKit!\"\n        label.frame = CGRect(x: 100, y: 100, width: 200, height: 50)\n        view.addSubview(label)\n    }\n}\n<\/code><\/pre>\n<p>\ubc18\uba74\uc5d0 SwiftUI\uc5d0\uc11c\ub294 UI\ub97c \uad6c\uc131\ud558\ub294 \ubc29\uc2dd\uc774 \ub9e4\uc6b0 \ub2e4\ub985\ub2c8\ub2e4. SwiftUI\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uac04\ub2e8\ud569\ub2c8\ub2e4:<\/p>\n<pre><code class=\"swift\">\nstruct ContentView: View {\n    var body: some View {\n        Text(\"Hello, SwiftUI!\")\n            .padding()\n    }\n}\n<\/code><\/pre>\n<h2>3. SwiftUI\ub97c \uc0ac\uc6a9\ud55c \uac04\ub2e8\ud55c \uc571 \ub9cc\ub4e4\uae30<\/h2>\n<p>\uc774\uc81c SwiftUI\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud55c \uc571\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \uc571\uc740 \uc0ac\uc6a9\uc790\uac00 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud560 \ub54c\ub9c8\ub2e4 \uce74\uc6b4\ud2b8\uac00 \uc99d\uac00\ud558\ub294 \uae30\ub2a5\uc744 \uac00\uc9d1\ub2c8\ub2e4.<\/p>\n<h3>3.1 \ud504\ub85c\uc81d\ud2b8 \uc124\uc815<\/h3>\n<p>Xcode\ub97c \uc2e4\ud589\ud558\uace0 \uc0c8\ub85c\uc6b4 SwiftUI \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uc774\ub54c &#8216;App&#8217; \ud15c\ud50c\ub9bf\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4.<\/p>\n<h3>3.2 \uba54\uc778 \ubdf0 \uc791\uc131<\/h3>\n<p>ContentView.swift \ud30c\uc77c\uc744 \uc5f4\uace0 \ub2e4\uc74c \ucf54\ub4dc\ub97c \uc785\ub825\ud569\ub2c8\ub2e4:<\/p>\n<pre><code class=\"swift\">\nimport SwiftUI\n\nstruct ContentView: View {\n    @State private var count = 0\n    \n    var body: some View {\n        VStack {\n            Text(\"Button tapped \\(count) times\")\n                .padding()\n            Button(action: {\n                count += 1\n            }) {\n                Text(\"Tap me!\")\n            }\n        }\n    }\n}\n\nstruct ContentView_Previews: PreviewProvider {\n    static var previews: some View {\n        ContentView()\n    }\n}\n<\/code><\/pre>\n<p>\uc774 \ucf54\ub4dc\uc5d0\uc11c\ub294 \uc0c1\ud0dc \ubcc0\uc218 `count`\ub97c \uc815\uc758\ud558\uace0, \ubc84\ud2bc\uc774 \ub20c\ub9b4 \ub54c\ub9c8\ub2e4 \uce74\uc6b4\ud2b8\ub97c \uc99d\uac00\uc2dc\ud0a4\ub294 \uae30\ub2a5\uc744 \uad6c\ud604\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>4. UIKit\uc744 \uc0ac\uc6a9\ud55c \uc571 \ub9cc\ub4e4\uae30<\/h2>\n<p>\uc774\uc81c UIKit\uc744 \uc0ac\uc6a9\ud558\uc5ec \ube44\uc2b7\ud55c \uae30\ub2a5\uc758 \uc571\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>4.1 \ud504\ub85c\uc81d\ud2b8 \uc124\uc815<\/h3>\n<p>Xcode\ub97c \uc5f4\uace0 \uc0c8\ub85c\uc6b4 &#8216;Single View App&#8217; \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n<h3>4.2 \uba54\uc778 \ubdf0 \uc791\uc131<\/h3>\n<p>ViewController.swift \ud30c\uc77c\uc744 \uc5f4\uace0 \ub2e4\uc74c\uacfc \uac19\uc740 \ucf54\ub4dc\ub97c \uc785\ub825\ud569\ub2c8\ub2e4:<\/p>\n<pre><code class=\"swift\">\nimport UIKit\n\nclass ViewController: UIViewController {\n    private var count = 0\n    private let countLabel = UILabel()\n    private let tapButton = UIButton(type: .system)\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        setupUI()\n    }\n    \n    private func setupUI() {\n        countLabel.text = \"Button tapped \\(count) times\"\n        countLabel.translatesAutoresizingMaskIntoConstraints = false\n        view.addSubview(countLabel)\n        \n        tapButton.setTitle(\"Tap me!\", for: .normal)\n        tapButton.addTarget(self, action: #selector(buttonTapped), for: .touchUpInside)\n        tapButton.translatesAutoresizingMaskIntoConstraints = false\n        view.addSubview(tapButton)\n        \n        \/\/ Autolayout constraints\n        NSLayoutConstraint.activate([\n            countLabel.centerXAnchor.constraint(equalTo: view.centerXAnchor),\n            countLabel.centerYAnchor.constraint(equalTo: view.centerYAnchor),\n            tapButton.topAnchor.constraint(equalTo: countLabel.bottomAnchor, constant: 20),\n            tapButton.centerXAnchor.constraint(equalTo: view.centerXAnchor)\n        ])\n    }\n\n    @objc private func buttonTapped() {\n        count += 1\n        countLabel.text = \"Button tapped \\(count) times\"\n    }\n}\n<\/code><\/pre>\n<p>UIKit\uc5d0\uc11c\uc758 \uac1c\ubc1c\uc740 SwiftUI\uc5d0 \ube44\ud574 \uc880 \ub354 boilerplate code(\ub2e8\uc21c\ud55c \ucf54\ub4dc)\uac00 \ud544\uc694\ud558\uc9c0\ub9cc, \ubcf5\uc7a1\ud55c UI\ub97c \uad6c\uc131\ud560 \ub54c\uc5d0\ub294 \ub354 \ub9ce\uc740 \uc81c\uc5b4\uad8c\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h2>5. \ubdf0 \ucee8\ud2b8\ub864\ub7ec\uc640 SwiftUI\uc758 \ud1b5\ud569<\/h2>\n<p>SwiftUI\ub294 \uae30\uc874\uc758 UIKit\uc640 \uc644\ubcbd\ud558\uac8c \ud1b5\ud569\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc989, UIKit\uc5d0\uc11c \ub9cc\ub4e0 \uc571\uc5d0 SwiftUI \ubdf0\ub97c \ucd94\uac00\ud558\uace0, SwiftUI \uc571\uc5d0\uc11c UIKit \ubdf0\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code class=\"swift\">\nimport SwiftUI\n\nstruct UIKitView: UIViewControllerRepresentable {\n    func makeUIViewController(context: Context) -&gt; ViewController {\n        return ViewController()\n    }\n    \n    func updateUIViewController(_ uiViewController: ViewController, context: Context) {}\n}\n\nstruct ContentView: View {\n    var body: some View {\n        UIKitView()\n    }\n}\n<\/code><\/pre>\n<h2>6. SwiftUI\uc758 \uc7a5\uc810\uacfc \ub2e8\uc810<\/h2>\n<h3>6.1 \uc7a5\uc810<\/h3>\n<ul>\n<li>\ucf54\ub4dc\uac00 \uac04\uacb0\ud558\uace0 \uc77d\uae30 \uc26c\uc6c0<\/li>\n<li>UI\uc640 \ub370\uc774\ud130 \uc0c1\ud0dc\uc758 \uad00\uacc4\ub97c \uc9c1\uc811 \uad00\ub9ac \uac00\ub2a5<\/li>\n<li>\ud568\uaed8 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \ubdf0 \ucef4\ud3ec\ub10c\ud2b8 \uc81c\uacf5<\/li>\n<\/ul>\n<h3>6.2 \ub2e8\uc810<\/h3>\n<ul>\n<li>SwiftUI\uc758 \uc77c\ubd80 \uae30\ub2a5\uc740 \uc544\uc9c1 \uc548\uc815\uc801\uc774\uc9c0 \uc54a\uc74c<\/li>\n<li>UIKit\ubcf4\ub2e4 \ub0ae\uc740 \uc131\ub2a5\uc744 \ubcf4\uc77c \uc218 \uc788\uc74c<\/li>\n<li>\uad6c\ubc84\uc804 iOS\uc5d0\uc11c\uc758 \ud638\ud658\uc131\uc774 \uc5c6\uc74c<\/li>\n<\/ul>\n<h2>7. \uacb0\ub860<\/h2>\n<p>SwiftUI\ub294 \uc560\ud50c\uc758 \ucd5c\uc2e0 UI \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uae30\uc874 UIKit\ubcf4\ub2e4 \ud6e8\uc52c \ub354 \uc9c1\uad00\uc801\uc774\uace0 \uac04\ub2e8\ud55c UI \uac1c\ubc1c\uc744 \uac00\ub2a5\ud558\uac8c \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc UIKit\ub3c4 \uc5ec\uc804\ud788 \uacac\uace0\ud558\uace0 \ub9ce\uc740 \uac1c\ubc1c\uc790\uc5d0\uac8c \uc775\uc219\ud55c \ud504\ub808\uc784\uc6cc\ud06c\uc774\ubbc0\ub85c, \ub450 \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc801\uc808\ud558\uac8c \ud63c\ud569\ud558\uc5ec \uc0ac\uc6a9\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uac01 \ud504\ub808\uc784\uc6cc\ud06c\uc758 \ud2b9\uc131\uc744 \uc798 \uc774\ud574\ud558\uba74, \ub354 \ub098\uc740 \ud488\uc9c8\uc758 \uc571\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uc744 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ucd5c\uadfc \uba87 \ub144 \ub3d9\uc548 \uc560\ud50c\uc758 SwiftUI\ub294 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c\uc758 \ud328\ub7ec\ub2e4\uc784\uc744 \ubcc0\ud654\uc2dc\ucf30\uc2b5\ub2c8\ub2e4. SwiftUI\ub294 \uc120\uc5b8\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \ubc29\uc2dd\uc73c\ub85c, UI\ub97c \uad6c\uc131\ud558\ub294 \ubc29\uc2dd\uc774 \uc774\uc804\uc758 UIKit\uc758 imperative \ubc29\uc2dd\uacfc\ub294 \ub2e4\ub985\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 SwiftUI\uc758 \ud65c\uc6a9 \ubc29\ubc95\uacfc \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18\uc758 \uc571 \uac1c\ubc1c \ubc29\ubc95\uc744 \ube44\uad50\ud558\uba70, \uc2e4\uc81c \uc571\uc744 \ub9cc\ub4dc\ub294 \uacbd\ud5d8\uc744 \uacf5\uc720\ud558\uace0\uc790 \ud569\ub2c8\ub2e4. 1. SwiftUI\ub780? SwiftUI\ub294 2019\ub144 WWDC\uc5d0\uc11c \ucc98\uc74c \ubc1c\ud45c\ub41c \ucd5c\uc2e0 UI \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. \uc774 \ud504\ub808\uc784\uc6cc\ud06c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/25826\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\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-25826","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, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\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\/25826\/\" \/>\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, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ucd5c\uadfc \uba87 \ub144 \ub3d9\uc548 \uc560\ud50c\uc758 SwiftUI\ub294 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c\uc758 \ud328\ub7ec\ub2e4\uc784\uc744 \ubcc0\ud654\uc2dc\ucf30\uc2b5\ub2c8\ub2e4. SwiftUI\ub294 \uc120\uc5b8\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \ubc29\uc2dd\uc73c\ub85c, UI\ub97c \uad6c\uc131\ud558\ub294 \ubc29\uc2dd\uc774 \uc774\uc804\uc758 UIKit\uc758 imperative \ubc29\uc2dd\uacfc\ub294 \ub2e4\ub985\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 SwiftUI\uc758 \ud65c\uc6a9 \ubc29\ubc95\uacfc \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18\uc758 \uc571 \uac1c\ubc1c \ubc29\ubc95\uc744 \ube44\uad50\ud558\uba70, \uc2e4\uc81c \uc571\uc744 \ub9cc\ub4dc\ub294 \uacbd\ud5d8\uc744 \uacf5\uc720\ud558\uace0\uc790 \ud569\ub2c8\ub2e4. 1. SwiftUI\ub780? SwiftUI\ub294 2019\ub144 WWDC\uc5d0\uc11c \ucc98\uc74c \ubc1c\ud45c\ub41c \ucd5c\uc2e0 UI \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. \uc774 \ud504\ub808\uc784\uc6cc\ud06c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 &hellip; \ub354 \ubcf4\uae30 &quot;\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/25826\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T05:49:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:55:24+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\/25826\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25826\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30\",\"datePublished\":\"2024-10-27T05:49:03+00:00\",\"dateModified\":\"2024-11-26T07:55:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25826\/\"},\"wordCount\":62,\"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\/25826\/\",\"url\":\"https:\/\/atmokpo.com\/w\/25826\/\",\"name\":\"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T05:49:03+00:00\",\"dateModified\":\"2024-11-26T07:55:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25826\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/25826\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/25826\/#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, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\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, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\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\/25826\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ucd5c\uadfc \uba87 \ub144 \ub3d9\uc548 \uc560\ud50c\uc758 SwiftUI\ub294 \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c\uc758 \ud328\ub7ec\ub2e4\uc784\uc744 \ubcc0\ud654\uc2dc\ucf30\uc2b5\ub2c8\ub2e4. SwiftUI\ub294 \uc120\uc5b8\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \ubc29\uc2dd\uc73c\ub85c, UI\ub97c \uad6c\uc131\ud558\ub294 \ubc29\uc2dd\uc774 \uc774\uc804\uc758 UIKit\uc758 imperative \ubc29\uc2dd\uacfc\ub294 \ub2e4\ub985\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 SwiftUI\uc758 \ud65c\uc6a9 \ubc29\ubc95\uacfc \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18\uc758 \uc571 \uac1c\ubc1c \ubc29\ubc95\uc744 \ube44\uad50\ud558\uba70, \uc2e4\uc81c \uc571\uc744 \ub9cc\ub4dc\ub294 \uacbd\ud5d8\uc744 \uacf5\uc720\ud558\uace0\uc790 \ud569\ub2c8\ub2e4. 1. SwiftUI\ub780? SwiftUI\ub294 2019\ub144 WWDC\uc5d0\uc11c \ucc98\uc74c \ubc1c\ud45c\ub41c \ucd5c\uc2e0 UI \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. \uc774 \ud504\ub808\uc784\uc6cc\ud06c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 &hellip; \ub354 \ubcf4\uae30 \"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/25826\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T05:49:03+00:00","article_modified_time":"2024-11-26T07:55:24+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\/25826\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/25826\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30","datePublished":"2024-10-27T05:49:03+00:00","dateModified":"2024-11-26T07:55:24+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/25826\/"},"wordCount":62,"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\/25826\/","url":"https:\/\/atmokpo.com\/w\/25826\/","name":"\uc2a4\uc704\ud504\ud2b8\ub85c SwiftUI \ubc29\uc2dd, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T05:49:03+00:00","dateModified":"2024-11-26T07:55:24+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/25826\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/25826\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/25826\/#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, \uc544\uc774\ud3f0 \uc571 \uac1c\ubc1c, \ubdf0 \ucee8\ud2b8\ub864\ub7ec \uae30\ubc18 \ud504\ub85c\uadf8\ub7a8 \ub9cc\ub4e4\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\/25826","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=25826"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25826\/revisions"}],"predecessor-version":[{"id":25827,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25826\/revisions\/25827"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=25826"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=25826"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=25826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}