<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>machinemxy</author_name>
  <author_url>https://blog.hatena.ne.jp/machinemxy/</author_url>
  <blog_title>セシルのIT備忘録</blog_title>
  <blog_url>https://cecil-it.hatenadiary.com/</blog_url>
  <categories>
    <anon>UIKit</anon>
  </categories>
  <description>サンプル：送信側は受信側にテーブルリロードを要求する。 Notification名前定義： extension NSNotification.Name { static let reload = Self.init(&quot;reload&quot;) } 送信側： NotificationCenter.default.post(name: .reload, object: nil) 受信側： override func viewDidLoad() { ... NotificationCenter.default.addObserver(self, selector: #selector(reload), na…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcecil-it.hatenadiary.com%2Fentry%2F2020%2F05%2F04%2F012907&quot; title=&quot;Notification送信と受信 - セシルのIT備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-05-04 01:29:07</published>
  <title>Notification送信と受信</title>
  <type>rich</type>
  <url>https://cecil-it.hatenadiary.com/entry/2020/05/04/012907</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
