<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hachinobu</author_name>
  <author_url>https://blog.hatena.ne.jp/hachinobu/</author_url>
  <blog_title>hachinoBlog</blog_title>
  <blog_url>https://hachinobu.hateblo.jp/</blog_url>
  <categories>
    <anon>Objective-C</anon>
  </categories>
  <description>経緯 メソッドの遅延実行に今までperformSelector: withObject: afterDelay: を使用していたのだが呼び出すメソッドの引数が複数ある場合に困っていた。 呼び出すメソッドの引数を配列で受け取るようにとかすれば良いのだろうけど、そのためだけに仕様を変更したくない。 そんな時に発見したのがGCDのdispatch_after。 サンプル 下記のように引数を複数もつメソッドを遅延実行したい場合、performSelector: withObject: afterDelay:では呼び出すことができない。 - (void)nameInfoWithFirstName:(NS…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhachinobu.hateblo.jp%2Fentry%2F2014%2F02%2F06%2F200229&quot; title=&quot;メソッドの遅延実行はperformSelectorでなくdispatch_afterを使う - hachinoBlog&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>2014-02-06 20:02:29</published>
  <title>メソッドの遅延実行はperformSelectorでなくdispatch_afterを使う</title>
  <type>rich</type>
  <url>https://hachinobu.hateblo.jp/entry/2014/02/06/200229</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
