<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>koogawa</author_name>
  <author_url>https://blog.hatena.ne.jp/koogawa/</author_url>
  <blog_title>koogawa blog</blog_title>
  <blog_url>https://koogawa.hateblo.jp/</blog_url>
  <categories>
    <anon>iPhone</anon>
    <anon>Objective-C</anon>
    <anon>iOS</anon>
    <anon>Tips</anon>
  </categories>
  <description>UIPasteboard を使って、文字列や画像などをコピー＆ペーストする方法です。 実装方法 まずはインスタンスを生成します。 UIPasteboard *pasteboard = [UIPasteboard generalPasteboard]; コピー 文字列をペーストボードにコピーします。 [pasteboard setValue:@&quot;文字列&quot; forPasteboardType:@&quot;public.text&quot;]; 画像もコピーできます。 UIImage *image = [UIImage imageNamed:@&quot;hoge.jpg&quot;] [pasteboard setValue:imag…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkoogawa.hateblo.jp%2Fentry%2F2013%2F12%2F07%2F034459&quot; title=&quot;【Tips】iOSのペーストボード（クリップボード）を操作する - koogawa blog&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>2013-12-07 03:44:59</published>
  <title>【Tips】iOSのペーストボード（クリップボード）を操作する</title>
  <type>rich</type>
  <url>https://koogawa.hateblo.jp/entry/2013/12/07/034459</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
