<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kamiyan2</author_name>
  <author_url>https://blog.hatena.ne.jp/kamiyan2/</author_url>
  <blog_title>かみやんの技術者ブログ</blog_title>
  <blog_url>https://kamiyan.hatenablog.jp/</blog_url>
  <categories>
    <anon>iPhone</anon>
  </categories>
  <description>iPhone開発で、メモリ管理の基礎を社員に伝えることが増えてきたので、エントリとして書こう。 Objective-C基礎 メモリ管理の前にObjCの基礎として、メソッド呼び出しの話。 クラスのインスタンスaがmethodAをコールするときは、 [a methodA] と書く。このとき、aがnilだったときは、エラーではなく、コールされない。methodAに戻り値があるときは、それは、0やnilやNOが返る。ObjCでは、 void dealloc { if(a!=nil){ [a release]; } [super dealloc]; } は、気持ち悪いので、nilチェックはやめましょう。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkamiyan.hatenablog.jp%2Fentry%2F20110220&quot; title=&quot; メモリ管理 - かみやんの技術者ブログ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/k/kamiyan2/20110220/20110220163718.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-02-20 00:00:00</published>
  <title> メモリ管理</title>
  <type>rich</type>
  <url>https://kamiyan.hatenablog.jp/entry/20110220</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
