<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>iOSアプリ開発の逆引き辞典</blog_title>
  <blog_url>https://ios.ch3cooh.jp/</blog_url>
  <categories>
  </categories>
  <description>クラス名からそのクラスの持っているプロパティの一覧を取得する方法をご紹介します。ログ出力に便利になると思います。 #import &lt;objc/runtime.h&gt; // クラス名からプロパティリストを生成する id lenderClass = objc_getClass([className UTF8String]); unsigned int propertyCount = 0; objc_property_t* propertyList = class_copyPropertyList(lenderClass, &amp;propertyCount); NSMutableArray* propLi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fios.ch3cooh.jp%2Fentry%2F20140317%2F1394992942&quot; title=&quot;クラス名からそのクラスの持っているプロパティの一覧を取得する - iOSアプリ開発の逆引き辞典&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-03-17 03:02:22</published>
  <title>クラス名からそのクラスの持っているプロパティの一覧を取得する</title>
  <type>rich</type>
  <url>https://ios.ch3cooh.jp/entry/20140317/1394992942</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
