{"id":5668,"date":"2021-03-02T21:34:12","date_gmt":"2021-03-02T12:34:12","guid":{"rendered":"https:\/\/ticklecode.com\/?p=5668"},"modified":"2021-03-10T11:59:16","modified_gmt":"2021-03-10T02:59:16","slug":"xcodexib","status":"publish","type":"post","link":"https:\/\/ticklecode.com\/xcodexib\/","title":{"rendered":"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09"},"content":{"rendered":"<p>\u3053\u3093\u306b\u3061\u306f\u3001\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a <a href=\"https:\/\/twitter.com\/yoshiii514\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">@yoshiii514<\/a> \u3067\u3059\u3002<\/p>\n<p>Xib\u306f\u5f93\u6765\u306eStoryBoard\u3068\u306f\u9055\u3044\u3001\u6b21\u306e\u30e1\u30ea\u30c3\u30c8\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<ul>\n<li>git\u3067\u30b3\u30f3\u30d5\u30ea\u30af\u30c8\u304c\u8d77\u3053\u308a\u306b\u304f\u3044<\/li>\n<li>\u753b\u9762\u3092\u518d\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b<\/li>\n<li>\u753b\u9762\u306e\u30d1\u30fc\u30c4\u3092\u90e8\u54c1\u3068\u3057\u3066\u5207\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u308b<\/li>\n<\/ul>\n<p>\u521d\u671f\u72b6\u614b\u3067\u306f\u3001\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u306e\u753b\u9762\u306f\u3001StoryBoard\u3067\u3059\u304c\u3001\u3053\u308c\u3092Xib\u304b\u3089\u8868\u793a\u3067\u304d\u308b\u3088\u3046\u306b\u5909\u66f4\u3057\u307e\u3059\u3002<\/p>\n<p><!--more--><\/p>\n<p>\u4eca\u56de\u306f\u3001ViewController.xib\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/XibXcode-800x548.png\" alt=\"\" width=\"800\" height=\"548\" class=\"alignnone size-large wp-image-5675\" srcset=\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/XibXcode-800x548.png 800w, https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/XibXcode-300x206.png 300w, https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/XibXcode-768x526.png 768w, https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/XibXcode-940x644.png 940w, https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/XibXcode.png 1100w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/p>\n<p>ViewController.xib\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f\u3001SceneDelegate.swift\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u4fee\u6b63\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"line-numbers\"><code class=\"language-swift\">\n var window: UIWindow?\n\n    func scene(_ scene: UIScene, \n\u3000\u3000\u3000\u3000\u3000willConnectTo session: UISceneSession, \n\u3000\u3000\u3000\u3000\u3000options connectionOptions: UIScene.ConnectionOptions) {\n\n        guard let _ = (scene as? UIWindowScene) else { return }\n        \/\/ MARK: Xib\u3067\u8d77\u52d5\u3059\u308b\u305f\u3081\u306e\u5909\u66f4\n        \/\/ \u5909\u66f4\u306f\u3053\u3053\u304b\u3089\n        let window = UIWindow(windowScene: scene as! UIWindowScene)\n        self.window = window\n        window.makeKeyAndVisible()\n        \/\/ \u3053\u3053\u306bxib\u306e\u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u66f8\u304f\n        let xibVC = ViewController()\n        window.rootViewController = xibVC\n        \/\/ \u5909\u66f4\u306f\u3053\u3053\u307e\u3067\n    }\n<\/code><\/pre>\n<p>iOS13\u3001iOS14\u3067\u306f\u540c\u3058\u8a2d\u5b9a\u3067Xib\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u4ed6\u306eiOS\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3068\u304d\u306f\u8a2d\u5b9a\u65b9\u6cd5\u304c\u7570\u306a\u308b\u307f\u305f\u3044\u3067\u3059\u306e\u3067\u3001\u3054\u6ce8\u610f\u304f\u3060\u3055\u3044\u3002<\/p>\n<div class=\"memo \"><div class=\"memo_ttl dfont\"> \u30a2\u30d7\u30ea\u958b\u767a\u304c\u5b66\u3079\u308b\u52c9\u5f37\u4f1a\u3092\u958b\u50ac\u4e2d\uff01<\/div> <a href=\"https:\/\/codecandy.connpass.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/10\/CodeCnadyconpass.png\" alt=\"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u521d\u5fc3\u8005\u5411\u3051\u3001\u30a2\u30d7\u30ea\u958b\u767a\u30ce\u30a6\u30cf\u30a6\u3001\u30a8\u30f3\u30b8\u30cb\u30a2\u30ad\u30e3\u30ea\u30a2\u306b\u3064\u3044\u3066\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u958b\u50ac\uff01\"><\/a>\u30a2\u30d7\u30ea\u958b\u767a\u3092\u5b66\u3076\u305f\u3081\u306e\u52c9\u5f37\u4f1a\u3092\u5b9a\u671f\u958b\u50ac\u3057\u3066\u3044\u307e\u3059\u3002<br> \u5b66\u7fd2\u3059\u308b\u7fd2\u6163\u3092\u8eab\u306b\u3064\u3051\u305f\u3044\u3001\u4ed6\u306e\u53c2\u52a0\u8005\u3068\u4f5c\u696d\u3057\u305f\u3044\u3001\u30a2\u30d7\u30ea\u958b\u767a\u306e\u57fa\u672c\u3092\u30de\u30b9\u30bf\u30fc\u3057\u305f\u3044\u3001\u3068\u3044\u3046\u65b9\u306e\u305f\u3081\u306b\u7121\u6599\u3067\u5b66\u3079\u308b\u52c9\u5f37\u4f1a\u3067\u3059\u3002<br> \u30b0\u30eb\u30fc\u30d7\u306b\u30e1\u30f3\u30d0\u30fc\u767b\u9332\u3057\u3066\u9802\u304f\u3068\u3001\u30a4\u30d9\u30f3\u30c8\u958b\u50ac\u6642\u306b\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059\u3002<br> <i class=\"far fa-hand-point-right\"><\/i>&nbsp;<a href=\"https:\/\/codecandy.connpass.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u53c2\u52a0\u3059\u308b<\/a><br><\/div><div class=\"sng-box box28\"><div class=\"box-title\">\u5fb9\u5e95\u3057\u305f\u57fa\u790e\u5b66\u7fd2\u304b\u3089\u306e\u30de\u30b9\u30bf\u30fc\u3059\u308biPhone\u30a2\u30d7\u30ea\u958b\u767a\u96c6\u4e2d\u30aa\u30f3\u30e9\u30a4\u30f3\u8b1b\u5ea7\u958b\u8b1b\uff01<\/div><div class=\"box-content\"> <a href=\"http:\/\/code-candy.com\/p\/ios\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/ticklecode.com\/CodeCandyLP\/images\/kv_CodeCandy.jpg\" alt=\"\u5fb9\u5e95\u3057\u305f\u57fa\u790e\u5b66\u7fd2\u304b\u3089\u306e\u30de\u30b9\u30bf\u30fc\u3059\u308biPhone\u30a2\u30d7\u30ea\u958b\u767a\u96c6\u4e2d\u30aa\u30f3\u30e9\u30a4\u30f3\u8b1b\u5ea7\u958b\u8b1b\uff01\" width=\"721\" height=\"691\" class=\"alignnone size-full wp-image-6472\"><\/a><br> \u672c\u66f8\u300ciPhone\u30a2\u30d7\u30ea\u958b\u767a\u96c6\u4e2d\u8b1b\u5ea7\u300d\u3092\u57f7\u7b46\u3057\u3066\u3044\u308b\u73fe\u5f79\u30a8\u30f3\u30b8\u30cb\u30a2\u8b1b\u5e2b\u9663\u304c\u76f4\u63a5\u306b\u6307\u5c0e\uff01<br> \u57fa\u790e\u3001\u8ab2\u984c\u5b9f\u7fd2\u3067\u5b9f\u8df5\u529b\u3092\u935b\u3048\u3066\u3001\u30aa\u30ea\u30b8\u30ca\u30eb\u30a2\u30d7\u30ea\u516c\u958b\u307e\u3067\u30c1\u30e3\u30ec\u30f3\u30b8\uff01<br> \u5145\u5b9f\u3057\u305f\u8ee2\u8077\u652f\u63f4\u3082\u3042\u308b\u306e\u3067\u3001\u30a8\u30f3\u30b8\u30cb\u30a2\u3078\u8ee2\u8077\u3057\u305f\u3044\u4eba\u306b\u3082\u304a\u3059\u3059\u3081\u3067\u3059\uff01<br> \u307e\u305a\u306f\u3001<a href=\"https:\/\/code-candy.com\/p\/ios\">\u73fe\u5f79\u30a8\u30f3\u30b8\u30cb\u30a2\u306b\u76f8\u8ac7\u3067\u304d\u308b\u7121\u6599\u76f8\u8ac7<\/a>\u3092\u3054\u5229\u7528\u304f\u3060\u3055\u3044\u3002<br><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u3053\u3093\u306b\u3061\u306f\u3001\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a @yoshiii514 \u3067\u3059\u3002 Xib\u306f\u5f93\u6765\u306eStoryBoard\u3068\u306f\u9055\u3044\u3001\u6b21\u306e\u30e1\u30ea\u30c3\u30c8\u304c\u3042\u308a\u307e\u3059\u3002 git\u3067\u30b3\u30f3\u30d5\u30ea\u30af\u30c8\u304c\u8d77\u3053\u308a\u306b\u304f\u3044 \u753b\u9762\u3092\u518d\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b \u753b\u9762\u306e\u30d1\u30fc\u30c4\u3092\u90e8\u54c1\u3068\u3057 &#8230; <\/p>\n","protected":false},"author":2,"featured_media":5678,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[244,1],"tags":[],"class_list":{"0":"post-5668","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-swiftxcode","8":"category-learningprograming"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09 - iOS\u30a2\u30d7\u30ea\u958b\u767a\u306a\u3089TickleCode<\/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:\/\/ticklecode.com\/xcodexib\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09 - iOS\u30a2\u30d7\u30ea\u958b\u767a\u306a\u3089TickleCode\" \/>\n<meta property=\"og:description\" content=\"\u3053\u3093\u306b\u3061\u306f\u3001\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a @yoshiii514 \u3067\u3059\u3002 Xib\u306f\u5f93\u6765\u306eStoryBoard\u3068\u306f\u9055\u3044\u3001\u6b21\u306e\u30e1\u30ea\u30c3\u30c8\u304c\u3042\u308a\u307e\u3059\u3002 git\u3067\u30b3\u30f3\u30d5\u30ea\u30af\u30c8\u304c\u8d77\u3053\u308a\u306b\u304f\u3044 \u753b\u9762\u3092\u518d\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b \u753b\u9762\u306e\u30d1\u30fc\u30c4\u3092\u90e8\u54c1\u3068\u3057 ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ticklecode.com\/xcodexib\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/Yoshinori.Koba\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-02T12:34:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-10T02:59:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"410\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/yoshiii514\" \/>\n<meta name=\"twitter:site\" content=\"@TickleCode\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/\"},\"author\":{\"name\":\"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a\",\"@id\":\"https:\/\/ticklecode.com\/#\/schema\/person\/7e0add29abdc5acfe1560f538b831df3\"},\"headline\":\"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09\",\"datePublished\":\"2021-03-02T12:34:12+00:00\",\"dateModified\":\"2021-03-10T02:59:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/\"},\"wordCount\":21,\"publisher\":{\"@id\":\"https:\/\/ticklecode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png\",\"articleSection\":[\"Swift\u30fbXcode\",\"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u3092\u5b66\u3076\"],\"inLanguage\":\"ja\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/\",\"url\":\"https:\/\/ticklecode.com\/xcodexib\/\",\"name\":\"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09 - iOS\u30a2\u30d7\u30ea\u958b\u767a\u306a\u3089TickleCode\",\"isPartOf\":{\"@id\":\"https:\/\/ticklecode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png\",\"datePublished\":\"2021-03-02T12:34:12+00:00\",\"dateModified\":\"2021-03-10T02:59:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ticklecode.com\/xcodexib\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/#primaryimage\",\"url\":\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png\",\"contentUrl\":\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png\",\"width\":750,\"height\":410,\"caption\":\"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ticklecode.com\/xcodexib\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/ticklecode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ticklecode.com\/#website\",\"url\":\"https:\/\/ticklecode.com\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ticklecode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ticklecode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ticklecode.com\/#organization\",\"name\":\"TickleCode.LLC\",\"url\":\"https:\/\/ticklecode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/ticklecode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/logo.png\",\"contentUrl\":\"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/logo.png\",\"width\":532,\"height\":532,\"caption\":\"TickleCode.LLC\"},\"image\":{\"@id\":\"https:\/\/ticklecode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/TickleCode\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ticklecode.com\/#\/schema\/person\/7e0add29abdc5acfe1560f538b831df3\",\"name\":\"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/ticklecode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d0e9ed877f085378a465a77fb7cd4421b66bca1903a40cbaf6ddcffd9ea13f7e?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d0e9ed877f085378a465a77fb7cd4421b66bca1903a40cbaf6ddcffd9ea13f7e?s=96&d=identicon&r=g\",\"caption\":\"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a\"},\"description\":\"\u5c0f\u6797\u7531\u61b2 \u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a\uff5c\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u521d\u5fc3\u8005\u2192\u30a8\u30f3\u30b8\u30cb\u30a2\u8ee2\u8077\u2192\u30d5\u30ea\u30fc\u30e9\u30f3\u30b9\u30fb\u4e8b\u696d\u306e\u4f53\u9a13\u3092\u767a\u4fe1\uff5c\u300c\u81ea\u7531\u306e\u7372\u5f97\u300d\u304c\u30c6\u30fc\u30de\uff5c\u30a2\u30d7\u30ea\u958b\u767a\u7279\u5316\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30b9\u30af\u30fc\u30ebCodeCandy\u904b\u55b6\uff5c\u53d7\u8a17\u958b\u767a\u3001\u6708\u984d\u30ea\u30e2\u30fc\u30c8\u5951\u7d04\u5c02\u9580\uff5c\u30a8\u30f3\u30b8\u30cb\u30a2\u6b74\u306f20\u5e74\u4ee5\u4e0a\uff5cTickleCode LLC \u4ee3\u8868\uff5c5\u5e74\u9023\u7d9a\u51fa\u7248 iPhone\u30a2\u30d7\u30ea\u958b\u767a\u96c6\u4e2d\u8b1b\u5ea7 \u8457\u8005\uff5c\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u306f\u3053\u3061\u3089\u3001\u898b\u3066\u306d\uff01\",\"sameAs\":[\"https:\/\/engineerfree.jp\/profileyoshi\/\",\"https:\/\/www.facebook.com\/Yoshinori.Koba\",\"https:\/\/www.instagram.com\/yoshiiikoba\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/yoshiii514\"],\"url\":\"https:\/\/ticklecode.com\/author\/yoshiii514\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09 - iOS\u30a2\u30d7\u30ea\u958b\u767a\u306a\u3089TickleCode","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:\/\/ticklecode.com\/xcodexib\/","og_locale":"ja_JP","og_type":"article","og_title":"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09 - iOS\u30a2\u30d7\u30ea\u958b\u767a\u306a\u3089TickleCode","og_description":"\u3053\u3093\u306b\u3061\u306f\u3001\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a @yoshiii514 \u3067\u3059\u3002 Xib\u306f\u5f93\u6765\u306eStoryBoard\u3068\u306f\u9055\u3044\u3001\u6b21\u306e\u30e1\u30ea\u30c3\u30c8\u304c\u3042\u308a\u307e\u3059\u3002 git\u3067\u30b3\u30f3\u30d5\u30ea\u30af\u30c8\u304c\u8d77\u3053\u308a\u306b\u304f\u3044 \u753b\u9762\u3092\u518d\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b \u753b\u9762\u306e\u30d1\u30fc\u30c4\u3092\u90e8\u54c1\u3068\u3057 ...","og_url":"https:\/\/ticklecode.com\/xcodexib\/","article_author":"https:\/\/www.facebook.com\/Yoshinori.Koba","article_published_time":"2021-03-02T12:34:12+00:00","article_modified_time":"2021-03-10T02:59:16+00:00","og_image":[{"width":750,"height":410,"url":"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png","type":"image\/png"}],"author":"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/yoshiii514","twitter_site":"@TickleCode","twitter_misc":{"\u57f7\u7b46\u8005":"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ticklecode.com\/xcodexib\/#article","isPartOf":{"@id":"https:\/\/ticklecode.com\/xcodexib\/"},"author":{"name":"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a","@id":"https:\/\/ticklecode.com\/#\/schema\/person\/7e0add29abdc5acfe1560f538b831df3"},"headline":"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09","datePublished":"2021-03-02T12:34:12+00:00","dateModified":"2021-03-10T02:59:16+00:00","mainEntityOfPage":{"@id":"https:\/\/ticklecode.com\/xcodexib\/"},"wordCount":21,"publisher":{"@id":"https:\/\/ticklecode.com\/#organization"},"image":{"@id":"https:\/\/ticklecode.com\/xcodexib\/#primaryimage"},"thumbnailUrl":"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png","articleSection":["Swift\u30fbXcode","\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u3092\u5b66\u3076"],"inLanguage":"ja"},{"@type":"WebPage","@id":"https:\/\/ticklecode.com\/xcodexib\/","url":"https:\/\/ticklecode.com\/xcodexib\/","name":"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09 - iOS\u30a2\u30d7\u30ea\u958b\u767a\u306a\u3089TickleCode","isPartOf":{"@id":"https:\/\/ticklecode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ticklecode.com\/xcodexib\/#primaryimage"},"image":{"@id":"https:\/\/ticklecode.com\/xcodexib\/#primaryimage"},"thumbnailUrl":"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png","datePublished":"2021-03-02T12:34:12+00:00","dateModified":"2021-03-10T02:59:16+00:00","breadcrumb":{"@id":"https:\/\/ticklecode.com\/xcodexib\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ticklecode.com\/xcodexib\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/ticklecode.com\/xcodexib\/#primaryimage","url":"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png","contentUrl":"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/xibsubnail.png","width":750,"height":410,"caption":"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09"},{"@type":"BreadcrumbList","@id":"https:\/\/ticklecode.com\/xcodexib\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/ticklecode.com\/"},{"@type":"ListItem","position":2,"name":"\u3010Xcode\u3011\u8d77\u52d5\u6642\u306e\u30a2\u30d7\u30ea\u753b\u9762\u3092Xib\u306b\u3059\u308b\u65b9\u6cd5\uff08iOS13\u3001iOS14\uff09"}]},{"@type":"WebSite","@id":"https:\/\/ticklecode.com\/#website","url":"https:\/\/ticklecode.com\/","name":"","description":"","publisher":{"@id":"https:\/\/ticklecode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ticklecode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/ticklecode.com\/#organization","name":"TickleCode.LLC","url":"https:\/\/ticklecode.com\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/ticklecode.com\/#\/schema\/logo\/image\/","url":"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/logo.png","contentUrl":"https:\/\/ticklecode.com\/wp\/wp-content\/uploads\/2021\/03\/logo.png","width":532,"height":532,"caption":"TickleCode.LLC"},"image":{"@id":"https:\/\/ticklecode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/TickleCode"]},{"@type":"Person","@id":"https:\/\/ticklecode.com\/#\/schema\/person\/7e0add29abdc5acfe1560f538b831df3","name":"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/ticklecode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d0e9ed877f085378a465a77fb7cd4421b66bca1903a40cbaf6ddcffd9ea13f7e?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d0e9ed877f085378a465a77fb7cd4421b66bca1903a40cbaf6ddcffd9ea13f7e?s=96&d=identicon&r=g","caption":"\u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a"},"description":"\u5c0f\u6797\u7531\u61b2 \u3053\u3070\u3084\u3057\u3088\u3057\u306e\u308a\uff5c\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u521d\u5fc3\u8005\u2192\u30a8\u30f3\u30b8\u30cb\u30a2\u8ee2\u8077\u2192\u30d5\u30ea\u30fc\u30e9\u30f3\u30b9\u30fb\u4e8b\u696d\u306e\u4f53\u9a13\u3092\u767a\u4fe1\uff5c\u300c\u81ea\u7531\u306e\u7372\u5f97\u300d\u304c\u30c6\u30fc\u30de\uff5c\u30a2\u30d7\u30ea\u958b\u767a\u7279\u5316\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30b9\u30af\u30fc\u30ebCodeCandy\u904b\u55b6\uff5c\u53d7\u8a17\u958b\u767a\u3001\u6708\u984d\u30ea\u30e2\u30fc\u30c8\u5951\u7d04\u5c02\u9580\uff5c\u30a8\u30f3\u30b8\u30cb\u30a2\u6b74\u306f20\u5e74\u4ee5\u4e0a\uff5cTickleCode LLC \u4ee3\u8868\uff5c5\u5e74\u9023\u7d9a\u51fa\u7248 iPhone\u30a2\u30d7\u30ea\u958b\u767a\u96c6\u4e2d\u8b1b\u5ea7 \u8457\u8005\uff5c\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u306f\u3053\u3061\u3089\u3001\u898b\u3066\u306d\uff01","sameAs":["https:\/\/engineerfree.jp\/profileyoshi\/","https:\/\/www.facebook.com\/Yoshinori.Koba","https:\/\/www.instagram.com\/yoshiiikoba\/","https:\/\/x.com\/https:\/\/twitter.com\/yoshiii514"],"url":"https:\/\/ticklecode.com\/author\/yoshiii514\/"}]}},"_links":{"self":[{"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/posts\/5668","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/comments?post=5668"}],"version-history":[{"count":4,"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/posts\/5668\/revisions"}],"predecessor-version":[{"id":5806,"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/posts\/5668\/revisions\/5806"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/media\/5678"}],"wp:attachment":[{"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/media?parent=5668"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/categories?post=5668"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ticklecode.com\/wp-json\/wp\/v2\/tags?post=5668"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}