<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iphoneアプリで稼げるのか &#187; OS 3.0</title>
	<atom:link href="http://iphone.longearth.net/tag/os-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphone.longearth.net</link>
	<description></description>
	<lastBuildDate>Sun, 08 Aug 2010 21:05:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>【OS3.0】エリカ様のように非公式APIをリストアップする方法</title>
		<link>http://iphone.longearth.net/2009/06/14/%e3%80%90os3-0%e3%80%91%e3%82%a8%e3%83%aa%e3%82%ab%e6%a7%98%e3%81%ae%e3%82%88%e3%81%86%e3%81%ab%e9%9d%9e%e5%85%ac%e5%bc%8fapi%e3%82%92%e3%83%aa%e3%82%b9%e3%83%88%e3%82%a2%e3%83%83%e3%83%97%e3%81%99/</link>
		<comments>http://iphone.longearth.net/2009/06/14/%e3%80%90os3-0%e3%80%91%e3%82%a8%e3%83%aa%e3%82%ab%e6%a7%98%e3%81%ae%e3%82%88%e3%81%86%e3%81%ab%e9%9d%9e%e5%85%ac%e5%bc%8fapi%e3%82%92%e3%83%aa%e3%82%b9%e3%83%88%e3%82%a2%e3%83%83%e3%83%97%e3%81%99/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 12:32:41 +0000</pubDate>
		<dc:creator>daichi</dc:creator>
				<category><![CDATA[開発補助]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[doxygen]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[OS 3.0]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[undocumented API]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[アプリ]]></category>
		<category><![CDATA[カメラ]]></category>
		<category><![CDATA[ダウンロード]]></category>
		<category><![CDATA[リスト]]></category>
		<category><![CDATA[非公式]]></category>

		<guid isPermaLink="false">http://iphone.longearth.net/?p=985</guid>
		<description><![CDATA[
Timberline: File Index
Aral Balkan &#8211; Private iPhone APIs in XCode for Dummies

エリカ様のサイトは何かある度に参考にさせてもらっ [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://ericasadun.com/iPhoneDocs220/">Timberline: File Index</a><br />
<a href="http://aralbalkan.com/2106">Aral Balkan &#8211; Private iPhone APIs in XCode for Dummies</a><br />
<br />
エリカ様のサイトは何かある度に参考にさせてもらっているのだけど、肝心のOS3.0に対応した非公式APIはさすがに公開されていない。<br />
NDAにひっかかるからだろうけど、このままではOS3.0での開発がなかなか進まないではないか。<br />
特にカメラ系アプリは皆無といっていいほど、公式APIは公開されていないので、undocumentedなAPIが分からないことにはなかなか進まない。<br />
ということで、自力でPrivate FrameworkのAPI一覧を作る方法を調べてみた。<br />
NDAがあるので、さすがにAPI一覧までは公開しない。あくまで生成方法まで。<br />
<br />
<span id="more-985"></span><br />
<h3>ヘッダファイル生成ツールをダウンロード</h3>
<a href="http://ericasadun.com/HeaderDumpKit/">Index of /HeaderDumpKit</a><br />
上記ページからclass-dumpとDumpFrameworksをダウンロードする。<br />
DumpFrameworksは表示されるテキストをコピペしてDumpFrameworks.plくらいの名前でローカルに保存すればOK。<br />
<h3>ツールの使用準備</h3>
class-dumpは/usr/local/binあたりのパスの通ったディレクトリに配置。実行権限をつけておく。<br />
DumpFrameworks.plはどこでもいいので好きな所に置いて、実行権限つける。<br />
<br />
DumpFrameworks.pl内の以下の場所でdumpするバイナリを指定しているので、ここを自分の環境に合わせて修正する。<br />
OS3.0用にXcodeを別でインストールしていない場合は、特に変更は必要ないと思われる。<br />
<br />

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p985code2'); return false;">View Code</a> PERL</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p9852"><td class="code" id="p985code2"><pre class="perl" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Public Frameworks</span>
dump_frameworks<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">'/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks'</span><span style="color: #339933;">,</span>
                <span style="color: #ff0000;">'Frameworks'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Private Frameworks</span>
dump_frameworks<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">'/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/PrivateFrameworks'</span><span style="color: #339933;">,</span>
                <span style="color: #ff0000;">'PrivateFrameworks'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<br />
<br />
<h3>ヘッダファイルを生成する</h3>
ここまでくれば後はコマンドを叩くだけ。<br />
$ ./DumpFramework.pl<br />
<br />
$ ls -lrt<br />
とすると一番下にHeadersディレクトリができているはず。<br />
この中に公式クラス、非公式クラスのヘッダファイルがそれぞれ、Frameworks,PrivateFrameworksという名前のディレクトリの中に生成されています。<br />
<br />
あとは、カメラ系ならPrivateFrameworksのPhotoLibraryを見れば一目瞭然。<br />
<br />
エリカ様のサイトまで目指すなら、これらのファイルをdoxygenを使ってドキュメント化すれば完成。</p>

	<p>タグ: <a href="http://iphone.longearth.net/tag/api/" title="API" rel="tag nofollow">API</a>, <a href="http://iphone.longearth.net/tag/doxygen/" title="doxygen" rel="tag nofollow">doxygen</a>, <a href="http://iphone.longearth.net/tag/iphone/" title="iphone" rel="tag nofollow">iphone</a>, <a href="http://iphone.longearth.net/tag/os-30/" title="OS 3.0" rel="tag nofollow">OS 3.0</a>, <a href="http://iphone.longearth.net/tag/photo/" title="photo" rel="tag nofollow">photo</a>, <a href="http://iphone.longearth.net/tag/undocumented-api/" title="undocumented API" rel="tag nofollow">undocumented API</a>, <a href="http://iphone.longearth.net/tag/xcode/" title="Xcode" rel="tag nofollow">Xcode</a>, <a href="http://iphone.longearth.net/tag/%e3%82%a2%e3%83%97%e3%83%aa/" title="アプリ" rel="tag nofollow">アプリ</a>, <a href="http://iphone.longearth.net/tag/%e3%82%ab%e3%83%a1%e3%83%a9/" title="カメラ" rel="tag nofollow">カメラ</a>, <a href="http://iphone.longearth.net/tag/%e3%83%80%e3%82%a6%e3%83%b3%e3%83%ad%e3%83%bc%e3%83%89/" title="ダウンロード" rel="tag nofollow">ダウンロード</a>, <a href="http://iphone.longearth.net/tag/%e3%83%aa%e3%82%b9%e3%83%88/" title="リスト" rel="tag nofollow">リスト</a>, <a href="http://iphone.longearth.net/tag/%e9%9d%9e%e5%85%ac%e5%bc%8f/" title="非公式" rel="tag nofollow">非公式</a></p>

	<h4>関連する投稿</h4>
	<ul class="st-related-posts">
	<li><a href="http://iphone.longearth.net/2009/08/12/%e3%80%90iphone%e3%80%91kissxml%e3%81%a7%e5%bf%ab%e9%81%a9%e3%83%91%e3%83%bc%e3%82%b9%e7%94%9f%e6%b4%bb/" title="【iPhone】KissXMLで快適パース生活 (2009 年 8 月 12 日)">【iPhone】KissXMLで快適パース生活</a> </li>
	<li><a href="http://iphone.longearth.net/2009/09/01/%e3%80%90iphone%e3%80%91push-notification%e3%81%ae%e5%ae%9f%e8%a3%85%e6%96%b9%e6%b3%95/" title="【iPhone】Push Notificationの実装方法 (2009 年 9 月 1 日)">【iPhone】Push Notificationの実装方法</a> </li>
	<li><a href="http://iphone.longearth.net/2009/08/16/%e3%80%90iphone%e3%80%91objective-c%e3%81%a7atompub%e3%82%92%e7%b0%a1%e5%8d%98%e3%81%ab%e6%93%8d%e4%bd%9c%e3%81%a7%e3%81%8d%e3%82%8b%e3%83%a9%e3%82%a4%e3%83%96%e3%83%a9%e3%83%aa%e5%85%ac%e9%96%8b/" title="【iPhone】Objective-CでAtomPubを簡単に操作できるライブラリ公開してみた (2009 年 8 月 16 日)">【iPhone】Objective-CでAtomPubを簡単に操作できるライブラリ公開してみた</a> </li>
	<li><a href="http://iphone.longearth.net/2009/05/29/%e3%81%93%e3%82%93%e3%81%aa%e3%82%a2%e3%83%97%e3%83%aa%e3%81%a7%e6%81%90%e7%b8%ae%e3%81%a7%e3%81%99%e3%80%82islot-pro%e3%81%8c%e3%83%9e%e3%82%a4%e3%82%b3%e3%83%9f%e3%82%b8%e3%83%a3%e3%83%bc%e3%83%8a/" title="こんなアプリで恐縮です。iSlot Proがマイコミジャーナルで紹介されました (2009 年 5 月 29 日)">こんなアプリで恐縮です。iSlot Proがマイコミジャーナルで紹介されました</a> </li>
	<li><a href="http://iphone.longearth.net/2009/08/09/%e3%80%90xcode%e3%80%91%e8%a8%ad%e5%ae%9a%e3%81%97%e3%81%a6%e3%81%8a%e3%81%8f%e3%81%a8%e4%be%bf%e5%88%a9%e3%81%aa%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%9e%e3%82%a4%e3%82%ba%e3%81%84%e3%82%8d%e3%81%84/" title="【Xcode】設定しておくと便利なカスタマイズいろいろ (2009 年 8 月 9 日)">【Xcode】設定しておくと便利なカスタマイズいろいろ</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://iphone.longearth.net/2009/06/14/%e3%80%90os3-0%e3%80%91%e3%82%a8%e3%83%aa%e3%82%ab%e6%a7%98%e3%81%ae%e3%82%88%e3%81%86%e3%81%ab%e9%9d%9e%e5%85%ac%e5%bc%8fapi%e3%82%92%e3%83%aa%e3%82%b9%e3%83%88%e3%82%a2%e3%83%83%e3%83%97%e3%81%99/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SDK3.0を入れた後のclang実行方法メモ</title>
		<link>http://iphone.longearth.net/2009/05/15/sdk30%e3%82%92%e5%85%a5%e3%82%8c%e3%81%9f%e5%be%8c%e3%81%aeclang%e5%ae%9f%e8%a1%8c%e6%96%b9%e6%b3%95%e3%83%a1%e3%83%a2/</link>
		<comments>http://iphone.longearth.net/2009/05/15/sdk30%e3%82%92%e5%85%a5%e3%82%8c%e3%81%9f%e5%be%8c%e3%81%aeclang%e5%ae%9f%e8%a1%8c%e6%96%b9%e6%b3%95%e3%83%a1%e3%83%a2/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:33:36 +0000</pubDate>
		<dc:creator>daichi</dc:creator>
				<category><![CDATA[開発補助]]></category>
		<category><![CDATA[clang]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iTask Timer]]></category>
		<category><![CDATA[iTaskTimer]]></category>
		<category><![CDATA[objecti]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[OS 3.0]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[アプリ]]></category>
		<category><![CDATA[リリース]]></category>

		<guid isPermaLink="false">http://iphone.longearth.net/?p=661</guid>
		<description><![CDATA[
iPhoneアプリ開発にかかせない静的解析ツール「clang」 : アシアルブログ
objective-cのコードを静的解析してくれる便利ツールclangですが、SDK3.0を入れた後にclangを実行すると、エラーで [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://blog.asial.co.jp/504">iPhoneアプリ開発にかかせない静的解析ツール「clang」 : アシアルブログ</a><br />
objective-cのコードを静的解析してくれる便利ツールclangですが、SDK3.0を入れた後にclangを実行すると、エラーで解析ができなくなった。<br />
<br />
でも-sdkでsdkの種類を指定すればOK。<br />
<pre>
 scan-build -o ~/Desktop/ xcodebuild -configuration Debug -sdk iphonesimulator2.2.1<br />
</pre>
<br />
<h3>関連のあるアプリ</h3>
<div style="float:left; margin-right:10px; margin-bottom:10px">
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=317782097&#038;mt=8"><img src="http://iphone.longearth.net/wp-content/uploads/2009/05/icon1.png" alt="iTask Timer" title="iTask Timer" width="57" height="57" class="alignleft size-full wp-image-816" /></a><br />
</div>
<div style="float:left">
<a href="http://iphone.longearth.net/itasktimer/">iTask Timer</a> 2009/06/05 リリース<br />
仕事効率化　230円<br />
時間管理アプリ<br />
</div>
<div style="float:right">
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=317782097&#038;mt=8"><img src="http://iphone.longearth.net/wp-content/uploads/2008/12/app_store_badge.png" alt="app_store_badge" title="app_store_badge" width="157" height="57" class="alignnone size-full wp-image-505" /></a><br />
</div>
<div style="clear:both;"></div></p>

	<p>タグ: <a href="http://iphone.longearth.net/tag/clang/" title="clang" rel="tag nofollow">clang</a>, <a href="http://iphone.longearth.net/tag/iphone/" title="iphone" rel="tag nofollow">iphone</a>, <a href="http://iphone.longearth.net/tag/itask-timer/" title="iTask Timer" rel="tag nofollow">iTask Timer</a>, <a href="http://iphone.longearth.net/tag/itasktimer/" title="iTaskTimer" rel="tag nofollow">iTaskTimer</a>, <a href="http://iphone.longearth.net/tag/objecti/" title="objecti" rel="tag nofollow">objecti</a>, <a href="http://iphone.longearth.net/tag/objective-c/" title="objective-c" rel="tag nofollow">objective-c</a>, <a href="http://iphone.longearth.net/tag/os-30/" title="OS 3.0" rel="tag nofollow">OS 3.0</a>, <a href="http://iphone.longearth.net/tag/xcode/" title="Xcode" rel="tag nofollow">Xcode</a>, <a href="http://iphone.longearth.net/tag/%e3%82%a2%e3%83%97%e3%83%aa/" title="アプリ" rel="tag nofollow">アプリ</a>, <a href="http://iphone.longearth.net/tag/%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/" title="リリース" rel="tag nofollow">リリース</a></p>

	<h4>関連する投稿</h4>
	<ul class="st-related-posts">
	<li><a href="http://iphone.longearth.net/2009/05/24/%e3%80%90iphone%e3%80%91%e3%82%a2%e3%83%97%e3%83%aa%e3%81%ae%e3%82%b9%e3%83%aa%e3%83%bc%e3%83%97%e3%82%92%e6%a4%9c%e7%9f%a5%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/" title="【iPhone】アプリのスリープを検知する方法 (2009 年 5 月 24 日)">【iPhone】アプリのスリープを検知する方法</a> </li>
	<li><a href="http://iphone.longearth.net/2009/08/09/%e3%80%90xcode%e3%80%91%e8%a8%ad%e5%ae%9a%e3%81%97%e3%81%a6%e3%81%8a%e3%81%8f%e3%81%a8%e4%be%bf%e5%88%a9%e3%81%aa%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%9e%e3%82%a4%e3%82%ba%e3%81%84%e3%82%8d%e3%81%84/" title="【Xcode】設定しておくと便利なカスタマイズいろいろ (2009 年 8 月 9 日)">【Xcode】設定しておくと便利なカスタマイズいろいろ</a> </li>
	<li><a href="http://iphone.longearth.net/2009/01/19/%e3%80%90uitableview%e3%80%91%e9%81%b8%e6%8a%9e%e8%a1%8c%e3%81%8b%e3%82%89%e5%88%a5%e7%94%bb%e9%9d%a2%e3%82%92%e5%91%bc%e3%81%b3%e5%87%ba%e3%81%99/" title="【UITableView】選択行から別画面を呼び出す (2009 年 1 月 19 日)">【UITableView】選択行から別画面を呼び出す</a> </li>
	<li><a href="http://iphone.longearth.net/2008/12/31/%e3%80%90uitableview%e3%80%91uitableview%e3%81%ab%e6%96%87%e5%ad%97%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/" title="【UITableView】UITableViewに文字を表示する (2008 年 12 月 31 日)">【UITableView】UITableViewに文字を表示する</a> </li>
	<li><a href="http://iphone.longearth.net/2009/03/09/%e3%80%90iphone%e3%80%91%e3%83%a1%e3%83%a2%e3%83%aa%e4%b8%8d%e8%b6%b3%e6%99%82%e3%81%ae%e3%82%b7%e3%83%9f%e3%83%a5%e3%83%ac%e3%83%bc%e3%83%88%e3%81%a8%e3%83%87%e3%83%90%e3%83%83%e3%82%b0/" title="【iPhone】メモリ不足時のシミュレートとデバッグ (2009 年 3 月 9 日)">【iPhone】メモリ不足時のシミュレートとデバッグ</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://iphone.longearth.net/2009/05/15/sdk30%e3%82%92%e5%85%a5%e3%82%8c%e3%81%9f%e5%be%8c%e3%81%aeclang%e5%ae%9f%e8%a1%8c%e6%96%b9%e6%b3%95%e3%83%a1%e3%83%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appleの中の人はOS3.0対応審査を発表までにこなせるのか</title>
		<link>http://iphone.longearth.net/2009/05/13/apple%e3%81%ae%e4%b8%ad%e3%81%ae%e4%ba%ba%e3%81%afos30%e5%af%be%e5%bf%9c%e5%af%a9%e6%9f%bb%e3%82%92%e7%99%ba%e8%a1%a8%e3%81%be%e3%81%a7%e3%81%ab%e3%81%93%e3%81%aa%e3%81%9b%e3%82%8b%e3%81%ae%e3%81%8b/</link>
		<comments>http://iphone.longearth.net/2009/05/13/apple%e3%81%ae%e4%b8%ad%e3%81%ae%e4%ba%ba%e3%81%afos30%e5%af%be%e5%bf%9c%e5%af%a9%e6%9f%bb%e3%82%92%e7%99%ba%e8%a1%a8%e3%81%be%e3%81%a7%e3%81%ab%e3%81%93%e3%81%aa%e3%81%9b%e3%82%8b%e3%81%ae%e3%81%8b/#comments</comments>
		<pubDate>Tue, 12 May 2009 21:28:58 +0000</pubDate>
		<dc:creator>daichi</dc:creator>
				<category><![CDATA[開発後]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iSlot]]></category>
		<category><![CDATA[iSlot Pro]]></category>
		<category><![CDATA[OS 3.0]]></category>
		<category><![CDATA[アイコン]]></category>
		<category><![CDATA[アプリ]]></category>
		<category><![CDATA[パチスロ]]></category>
		<category><![CDATA[リジェクト]]></category>
		<category><![CDATA[リリース]]></category>
		<category><![CDATA[収支]]></category>

		<guid isPermaLink="false">http://iphone.longearth.net/?p=646</guid>
		<description><![CDATA[
5/12日に晴れてOS3.0対応バージョンをAppleに申請しました。
ですが、少し不安が残ります。



AppleはOS3.0が出た後は、3.0と互換性がないアプリはAppStoreから削除すると言っていますが、果 [...]]]></description>
			<content:encoded><![CDATA[<p>
5/12日に晴れてOS3.0対応バージョンをAppleに申請しました。<br />
ですが、少し不安が残ります。<br />
<br />
<span id="more-646"></span><br />
<br />
AppleはOS3.0が出た後は、3.0と互換性がないアプリはAppStoreから削除すると言っていますが、果たしてそれまでに審査が間に合うのだろうか。<br />
いったいどれだけのアプリに3.0対応が入るのかわからないけど、明らかにbeta5発表以降はOS3.0対応のため、アプリ申請が殺到すると思う。<br />
おそらくOS3.0は６月のWWDCで発表されるのだろうけど、それまでに申請されたアプリの審査を終了できるのか不安。<br />
さすがに対応のために増員はしてると思うけど、消化しきれるのかな。<br />
<br />
さらに申請したアプリがリジェクトされるリスクもあるわけで、そうなるともはやアプリ開発者は一刻の猶予もない状態。<br />
たぶん一回リジェクトされたらもうアウトくらいの状態かも。<br />
<br />
変な審査とか加わってなければ、非公開APIも使ってない（あっ。アプリ情報画面のアイコン表示にだけ使ってるけど。。。）からおそらくだいじょぶかとは思うんだけど。<br />
<br />
まだ申請してない人はおそらく速攻提出した方がいいと思われます。<br />
<br />
<h3>関連のあるアプリ</h3>
<div style="float:left; margin-right:10px; margin-bottom:10px">
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307729455&amp;mt=8"><img src="http://iphone.longearth.net/wp-content/uploads/2008/12/islot_icon.png" alt="islot_icon" title="islot_icon" width="57" height="57" class="alignnone size-full wp-image-502" /></a><br />
</div>
<div style="float:left">
<a href="http://iphone.longearth.net/2009/03/14/%E3%80%90app-store%E3%80%91iphone%E3%81%A7%E6%A9%9F%E4%BC%9A%E5%89%B2%E7%AE%97%E5%87%BA%E3%81%8C%E3%81%A7%E3%81%8D%E3%82%8B%E3%83%91%E3%83%81%E3%82%B9%E3%83%AD%E5%8F%8E%E6%94%AF%E7%AE%A1%E7%90%86/">iSlot Pro</a> 2009/03/13 リリース<br />
ファイナンス　350円<br />
パチスロ収支管理アプリ<br />
</div>
<div style="float:right">
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307729455&amp;mt=8"><img src="http://iphone.longearth.net/wp-content/uploads/2008/12/app_store_badge.png" alt="app_store_badge" title="app_store_badge" width="157" height="57" class="alignnone size-full wp-image-505" /></a><br />
</div>
<div style="clear:both"></div></p>

	<p>タグ: <a href="http://iphone.longearth.net/tag/api/" title="API" rel="tag nofollow">API</a>, <a href="http://iphone.longearth.net/tag/app-store/" title="App Store" rel="tag nofollow">App Store</a>, <a href="http://iphone.longearth.net/tag/appstore/" title="AppStore" rel="tag nofollow">AppStore</a>, <a href="http://iphone.longearth.net/tag/iphone/" title="iphone" rel="tag nofollow">iphone</a>, <a href="http://iphone.longearth.net/tag/islot/" title="iSlot" rel="tag nofollow">iSlot</a>, <a href="http://iphone.longearth.net/tag/islot-pro/" title="iSlot Pro" rel="tag nofollow">iSlot Pro</a>, <a href="http://iphone.longearth.net/tag/os-30/" title="OS 3.0" rel="tag nofollow">OS 3.0</a>, <a href="http://iphone.longearth.net/tag/%e3%82%a2%e3%82%a4%e3%82%b3%e3%83%b3/" title="アイコン" rel="tag nofollow">アイコン</a>, <a href="http://iphone.longearth.net/tag/%e3%82%a2%e3%83%97%e3%83%aa/" title="アプリ" rel="tag nofollow">アプリ</a>, <a href="http://iphone.longearth.net/tag/%e3%83%91%e3%83%81%e3%82%b9%e3%83%ad/" title="パチスロ" rel="tag nofollow">パチスロ</a>, <a href="http://iphone.longearth.net/tag/%e3%83%aa%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88/" title="リジェクト" rel="tag nofollow">リジェクト</a>, <a href="http://iphone.longearth.net/tag/%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/" title="リリース" rel="tag nofollow">リリース</a>, <a href="http://iphone.longearth.net/tag/%e5%8f%8e%e6%94%af/" title="収支" rel="tag nofollow">収支</a></p>

	<h4>関連する投稿</h4>
	<ul class="st-related-posts">
	<li><a href="http://iphone.longearth.net/2009/05/09/%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92iphone-os-30%e3%81%b8%e5%af%be%e5%bf%9c%e3%81%95%e3%81%9b%e3%82%8b%e6%99%82%e3%81%8c%e3%81%8d%e3%81%be%e3%81%97%e3%81%9f/" title="アプリをiPhone OS 3.0へ対応させる時がきました (2009 年 5 月 9 日)">アプリをiPhone OS 3.0へ対応させる時がきました</a> </li>
	<li><a href="http://iphone.longearth.net/2009/07/30/%e3%80%90ipachi%e3%80%91%e3%80%90islot-pro%e3%80%91%e3%83%91%e3%82%b9%e3%82%b3%e3%83%bc%e3%83%89%e3%83%ad%e3%83%83%e3%82%af%e5%ae%9f%e8%a3%85%e4%b8%ad/" title="【iPachi】【iSlot Pro】パスコードロック実装中 (2009 年 7 月 30 日)">【iPachi】【iSlot Pro】パスコードロック実装中</a> </li>
	<li><a href="http://iphone.longearth.net/2009/06/23/%e3%80%90appstore%e3%80%91islot-pro-ver1-5%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9%e3%81%97%e3%81%be%e3%81%97%e3%81%9f/" title="【AppStore】iSlot Pro ver1.5リリースしました (2009 年 6 月 23 日)">【AppStore】iSlot Pro ver1.5リリースしました</a> </li>
	<li><a href="http://iphone.longearth.net/2009/06/08/%e3%80%90appstore%e3%80%91islot-pro-ver15%e3%82%92%e7%94%b3%e8%ab%8b%e3%81%97%e3%81%be%e3%81%97%e3%81%9f%e3%80%82/" title="【AppStore】iSlot Pro ver1.5を申請しました。 (2009 年 6 月 8 日)">【AppStore】iSlot Pro ver1.5を申請しました。</a> </li>
	<li><a href="http://iphone.longearth.net/2009/05/16/%e7%b7%8f%e5%90%88%e5%a3%b2%e4%b8%8a/" title="総合売上 (2009 年 5 月 16 日)">総合売上</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://iphone.longearth.net/2009/05/13/apple%e3%81%ae%e4%b8%ad%e3%81%ae%e4%ba%ba%e3%81%afos30%e5%af%be%e5%bf%9c%e5%af%a9%e6%9f%bb%e3%82%92%e7%99%ba%e8%a1%a8%e3%81%be%e3%81%a7%e3%81%ab%e3%81%93%e3%81%aa%e3%81%9b%e3%82%8b%e3%81%ae%e3%81%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS3.0のshouldAutorotateTo-InterfaceOrientationがおかしい件</title>
		<link>http://iphone.longearth.net/2009/05/10/os30%e3%81%aeshouldautorotateto-interfaceorientation%e3%81%8c%e3%81%8a%e3%81%8b%e3%81%97%e3%81%84%e4%bb%b6/</link>
		<comments>http://iphone.longearth.net/2009/05/10/os30%e3%81%aeshouldautorotateto-interfaceorientation%e3%81%8c%e3%81%8a%e3%81%8b%e3%81%97%e3%81%84%e4%bb%b6/#comments</comments>
		<pubDate>Sun, 10 May 2009 08:57:36 +0000</pubDate>
		<dc:creator>daichi</dc:creator>
				<category><![CDATA[iphone開発]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iSlot]]></category>
		<category><![CDATA[iSlot Pro]]></category>
		<category><![CDATA[objecti]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[OS 3.0]]></category>
		<category><![CDATA[アプリ]]></category>
		<category><![CDATA[パチスロ]]></category>
		<category><![CDATA[リリース]]></category>
		<category><![CDATA[収支]]></category>

		<guid isPermaLink="false">http://iphone.longearth.net/?p=605</guid>
		<description><![CDATA[
OS3.0に変わってshouldAutorotateToInterfaceOrientationとその近辺の挙動が変わっている。shouldAutorotateToInterfaceOrientationをオーバーライ [...]]]></description>
			<content:encoded><![CDATA[<p>
OS3.0に変わってshouldAutorotateToInterfaceOrientationとその近辺の挙動が変わっている。shouldAutorotateToInterfaceOrientationをオーバーライドして独自処理を実装している場合は、動作をOS3.0で確認することをおすすめします。<br />
<br />
今確認できているのは以下の２つ<br />
・shouldAutorotateToInterfaceOrientationが呼ばれるタイミング<br />
・shouldAutorotateToInterfaceOrientationが呼ばれる回数<br />
<br />
<span id="more-605"></span><br />
<br />
最終的にshouldAutorotateToInterfaceOrientationを使わず加速度センサで向きを切り替えるようにしました。<br />
<br />
似たような現象に遭遇してる人がいたので、めちゃめちゃ参考にしてます。<br />
<a href="http://blog.sallarp.com/iphone-shouldautorotatetointerfaceorientation-breaking-changes/">iPhone OS 3.0 &#8211; Breaking changes to shouldAutorotateToInterfaceOrientation | blog.sallarp.com</a><br />
<a href="http://blog.sallarp.com/iphone-accelerometer-device-orientation/">Find the device orientation using the accelerometer | blog.sallarp.com</a><br />
<br />
加速度センサのX,Y成分から端末の傾いている向きを判定する方法。<br />
上のリンクの人のコードだと、ちょっと傾きがおかしかったりしたので数値を少し直してます。<br />
<br />

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p605code4'); return false;">View Code</a> OBJECTIVE-C</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p6054"><td class="code" id="p605code4"><pre class="objective-c" style="font-family:monospace;">- (void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration
{
	// 本体の向きから傾きを取得
	float xx = -[acceleration x];
	float yy = [acceleration y];
	float angle = atan2(yy, xx); 
&nbsp;
	// ホームボタンが下にある判定
	if(angle &amp;gt;= -2.25 &amp;amp;&amp;amp; angle &amp;lt;= -0.75)
	{
		if(deviceOrientation != UIInterfaceOrientationPortrait)
		{
			deviceOrientation = UIInterfaceOrientationPortrait;
			[self flip];
		}
	}
	// ホームボタンが右にある判定
	else if(angle &amp;gt;= -0.75 &amp;amp;&amp;amp; angle &amp;lt;= 0.75)
	{
		if(deviceOrientation != UIInterfaceOrientationLandscapeRight)
		{
			deviceOrientation = UIInterfaceOrientationLandscapeRight;
		}
	}
	// ホームボタンがに上ある判定
	else if(angle &amp;gt;= 0.75 &amp;amp;&amp;amp; angle &amp;lt;= 2.25)
	{
		if(deviceOrientation != UIInterfaceOrientationPortraitUpsideDown)
		{
			deviceOrientation = UIInterfaceOrientationPortraitUpsideDown;
		}
	}
	// ホームボタンが左にある判定
	else if(angle &amp;lt;= -2.25 || angle &amp;gt;= 2.25)
	{
		if(deviceOrientation != UIInterfaceOrientationLandscapeLeft)
		{
			deviceOrientation = UIInterfaceOrientationLandscapeLeft;
		}
	}
}</pre></td></tr></table></div>

<br />
<br />
このコードではホームボタンが下にきた時に元の画面へ戻すメソッドを読んでます。<br />
呼び出し元、呼び出し先の両方でこの方法を使って無限ループ脱出しました。<br />
<br />
というか、これけっこう致命的な変更な気がするんだけど、他にけっこう影響出るんじゃないだろうか。<br />
他にもいろいろあるのかも。僕のアプリはこれだけっぽかったのでひとまずこれで申請予定。<br />
<br />
<h3>関連のあるアプリ</h3>
<div style="float:left; margin-right:10px; margin-bottom:10px">
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307729455&amp;mt=8"><img src="http://iphone.longearth.net/wp-content/uploads/2008/12/islot_icon.png" alt="islot_icon" title="islot_icon" width="57" height="57" class="alignnone size-full wp-image-502" /></a><br />
</div>
<div style="float:left">
<a href="http://iphone.longearth.net/2009/03/14/%E3%80%90app-store%E3%80%91iphone%E3%81%A7%E6%A9%9F%E4%BC%9A%E5%89%B2%E7%AE%97%E5%87%BA%E3%81%8C%E3%81%A7%E3%81%8D%E3%82%8B%E3%83%91%E3%83%81%E3%82%B9%E3%83%AD%E5%8F%8E%E6%94%AF%E7%AE%A1%E7%90%86/">iSlot Pro</a> 2009/03/13 リリース<br />
ファイナンス　350円<br />
パチスロ収支管理アプリ<br />
</div>
<div style="float:right">
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307729455&amp;mt=8"><img src="http://iphone.longearth.net/wp-content/uploads/2008/12/app_store_badge.png" alt="app_store_badge" title="app_store_badge" width="157" height="57" class="alignnone size-full wp-image-505" /></a><br />
</div>
<div style="clear:both"></div></p>

	<p>タグ: <a href="http://iphone.longearth.net/tag/iphone/" title="iphone" rel="tag nofollow">iphone</a>, <a href="http://iphone.longearth.net/tag/islot/" title="iSlot" rel="tag nofollow">iSlot</a>, <a href="http://iphone.longearth.net/tag/islot-pro/" title="iSlot Pro" rel="tag nofollow">iSlot Pro</a>, <a href="http://iphone.longearth.net/tag/objecti/" title="objecti" rel="tag nofollow">objecti</a>, <a href="http://iphone.longearth.net/tag/objective-c/" title="objective-c" rel="tag nofollow">objective-c</a>, <a href="http://iphone.longearth.net/tag/os-30/" title="OS 3.0" rel="tag nofollow">OS 3.0</a>, <a href="http://iphone.longearth.net/tag/%e3%82%a2%e3%83%97%e3%83%aa/" title="アプリ" rel="tag nofollow">アプリ</a>, <a href="http://iphone.longearth.net/tag/%e3%83%91%e3%83%81%e3%82%b9%e3%83%ad/" title="パチスロ" rel="tag nofollow">パチスロ</a>, <a href="http://iphone.longearth.net/tag/%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/" title="リリース" rel="tag nofollow">リリース</a>, <a href="http://iphone.longearth.net/tag/%e5%8f%8e%e6%94%af/" title="収支" rel="tag nofollow">収支</a></p>

	<h4>関連する投稿</h4>
	<ul class="st-related-posts">
	<li><a href="http://iphone.longearth.net/2009/04/07/%e3%80%90uiviewcontroller%e3%80%91iphone%e3%82%92%e6%a8%aa%e5%90%91%e3%81%8d%e3%81%ab%e3%81%97%e3%81%9f%e6%99%82%e3%81%ab%e5%88%a5%e7%94%bb%e9%9d%a2%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/" title="【UIVIewController】iPhoneを横向きにした時に別画面を表示する方法 (2009 年 4 月 7 日)">【UIVIewController】iPhoneを横向きにした時に別画面を表示する方法</a> </li>
	<li><a href="http://iphone.longearth.net/2009/02/26/%e3%80%90uitableview%e3%80%91grouped%e3%81%aa%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e3%81%ae%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%8c%e9%87%8d%e3%81%84/" title="【UITableView】Groupedなテーブルのスクロールが重い (2009 年 2 月 26 日)">【UITableView】Groupedなテーブルのスクロールが重い</a> </li>
	<li><a href="http://iphone.longearth.net/2009/06/12/%e3%80%90nsfilemanager%e3%80%91iphone%e5%86%85%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e6%8e%a2%e3%81%99/" title="【NSFileManager】iPhone内のファイルを探す (2009 年 6 月 12 日)">【NSFileManager】iPhone内のファイルを探す</a> </li>
	<li><a href="http://iphone.longearth.net/2009/06/09/%e3%80%90nsarray%e3%80%91%e3%82%bd%e3%83%bc%e3%83%88%e3%82%92%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/" title="【NSArray】ソートをする方法 (2009 年 6 月 9 日)">【NSArray】ソートをする方法</a> </li>
	<li><a href="http://iphone.longearth.net/2009/03/09/%e3%80%90iphone%e3%80%91%e3%83%a1%e3%83%a2%e3%83%aa%e4%b8%8d%e8%b6%b3%e6%99%82%e3%81%ae%e3%82%b7%e3%83%9f%e3%83%a5%e3%83%ac%e3%83%bc%e3%83%88%e3%81%a8%e3%83%87%e3%83%90%e3%83%83%e3%82%b0/" title="【iPhone】メモリ不足時のシミュレートとデバッグ (2009 年 3 月 9 日)">【iPhone】メモリ不足時のシミュレートとデバッグ</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://iphone.longearth.net/2009/05/10/os30%e3%81%aeshouldautorotateto-interfaceorientation%e3%81%8c%e3%81%8a%e3%81%8b%e3%81%97%e3%81%84%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>アプリをiPhone OS 3.0へ対応させる時がきました</title>
		<link>http://iphone.longearth.net/2009/05/09/%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92iphone-os-30%e3%81%b8%e5%af%be%e5%bf%9c%e3%81%95%e3%81%9b%e3%82%8b%e6%99%82%e3%81%8c%e3%81%8d%e3%81%be%e3%81%97%e3%81%9f/</link>
		<comments>http://iphone.longearth.net/2009/05/09/%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92iphone-os-30%e3%81%b8%e5%af%be%e5%bf%9c%e3%81%95%e3%81%9b%e3%82%8b%e6%99%82%e3%81%8c%e3%81%8d%e3%81%be%e3%81%97%e3%81%9f/#comments</comments>
		<pubDate>Sat, 09 May 2009 01:25:37 +0000</pubDate>
		<dc:creator>daichi</dc:creator>
				<category><![CDATA[iphone開発]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iSlot]]></category>
		<category><![CDATA[iSlot Pro]]></category>
		<category><![CDATA[OS 3.0]]></category>
		<category><![CDATA[UIViewController]]></category>
		<category><![CDATA[アプリ]]></category>
		<category><![CDATA[パチスロ]]></category>
		<category><![CDATA[リリース]]></category>
		<category><![CDATA[収支]]></category>
		<category><![CDATA[横向き]]></category>

		<guid isPermaLink="false">http://iphone.longearth.net/?p=600</guid>
		<description><![CDATA[
Apple、iPhoneアプリは今後3.0互換でなければ受付けないと通告

ついにAppleが今後の提出アプリはiPhone 0S 3.0との互換性をmustにしてきました。
既存のアプリは互換性がない限りApp St [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://jp.techcrunch.com/archives/20090507its-30-or-die-for-new-iphone-apps/">Apple、iPhoneアプリは今後3.0互換でなければ受付けないと通告</a><br />
<br />
ついにAppleが今後の提出アプリはiPhone 0S 3.0との互換性をmustにしてきました。<br />
既存のアプリは互換性がない限りApp Store上から削除されてしまうとのこと。<br />
<br />
iPhone OS bataでの仕様変更も概ね終了して、今後は微調整程度になるんでしょう。<br />
<br />
<span id="more-600"></span><br />
<br />
実はうちのiSlot Proも動かない部分があります。<br />
それは以前エントリにも書いたこの部分。<br />
<a href="http://iphone.longearth.net/2009/04/07/%e3%80%90uiviewcontroller%e3%80%91iphone%e3%82%92%e6%a8%aa%e5%90%91%e3%81%8d%e3%81%ab%e3%81%97%e3%81%9f%e6%99%82%e3%81%ab%e5%88%a5%e7%94%bb%e9%9d%a2%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/">【UIVIewController】iPhoneを横向きにした時に別画面を表示する方法 | iphoneアプリで稼げるのか</a><br />
<br />
shouldAutorotateToInterfaceOrientationの呼ばれるタイミングが2.0と3.0では違っていて、2.0だとviewWillAppearの後には呼ばれないため、正常に動くのですが、3.0ではviewWillAppear後にもこれが呼ばれてしまうので、呼ばれた直後に呼び出し元に処理が戻り、無限ループに陥るという。。。<br />
<br />
これまでbetaに変更が入るたびに、微妙に動作が変わっていたので、最終的には2.0系と同じ動作に落ち着くのかなと思い、対応を保留にしていたのですが、今回のbeta 5での動作次第では修正が必要になるかも。<br />
<br />
あいにくiPhoneへのbeta 5インストールに失敗して、今はただのぶんちんに成り下がってしまったのでiPhone復活後に動作を確認してみます。<br />
<br />
ただ気になるのはSimple FXとか他のiPhone横向きで画面をロードするアプリ達は正常に動いてるところ。単に僕の実装方法が異質なのかも。<br />
<br />
どなたかOS 3.0で正常に動くiPhone横向き時に別画面を起動するサンプルソースのありかなどご存知でしたら教えていただけるととても助かります。というひとりごと。<br />
<br />
<h3>関連のあるアプリ</h3>
<div style="float:left; margin-right:10px; margin-bottom:10px">
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307729455&amp;mt=8"><img src="http://iphone.longearth.net/wp-content/uploads/2008/12/islot_icon.png" alt="islot_icon" title="islot_icon" width="57" height="57" class="alignnone size-full wp-image-502" /></a><br />
</div>
<div style="float:left">
<a href="http://iphone.longearth.net/2009/03/14/%E3%80%90app-store%E3%80%91iphone%E3%81%A7%E6%A9%9F%E4%BC%9A%E5%89%B2%E7%AE%97%E5%87%BA%E3%81%8C%E3%81%A7%E3%81%8D%E3%82%8B%E3%83%91%E3%83%81%E3%82%B9%E3%83%AD%E5%8F%8E%E6%94%AF%E7%AE%A1%E7%90%86/">iSlot Pro</a> 2009/03/13 リリース<br />
ファイナンス　350円<br />
パチスロ収支管理アプリ<br />
</div>
<div style="float:right">
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307729455&amp;mt=8"><img src="http://iphone.longearth.net/wp-content/uploads/2008/12/app_store_badge.png" alt="app_store_badge" title="app_store_badge" width="157" height="57" class="alignnone size-full wp-image-505" /></a><br />
</div>
<div style="clear:both"></div></p>

	<p>タグ: <a href="http://iphone.longearth.net/tag/app-store/" title="App Store" rel="tag nofollow">App Store</a>, <a href="http://iphone.longearth.net/tag/iphone/" title="iphone" rel="tag nofollow">iphone</a>, <a href="http://iphone.longearth.net/tag/islot/" title="iSlot" rel="tag nofollow">iSlot</a>, <a href="http://iphone.longearth.net/tag/islot-pro/" title="iSlot Pro" rel="tag nofollow">iSlot Pro</a>, <a href="http://iphone.longearth.net/tag/os-30/" title="OS 3.0" rel="tag nofollow">OS 3.0</a>, <a href="http://iphone.longearth.net/tag/uiviewcontroller/" title="UIViewController" rel="tag nofollow">UIViewController</a>, <a href="http://iphone.longearth.net/tag/%e3%82%a2%e3%83%97%e3%83%aa/" title="アプリ" rel="tag nofollow">アプリ</a>, <a href="http://iphone.longearth.net/tag/%e3%83%91%e3%83%81%e3%82%b9%e3%83%ad/" title="パチスロ" rel="tag nofollow">パチスロ</a>, <a href="http://iphone.longearth.net/tag/%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/" title="リリース" rel="tag nofollow">リリース</a>, <a href="http://iphone.longearth.net/tag/%e5%8f%8e%e6%94%af/" title="収支" rel="tag nofollow">収支</a>, <a href="http://iphone.longearth.net/tag/%e6%a8%aa%e5%90%91%e3%81%8d/" title="横向き" rel="tag nofollow">横向き</a></p>

	<h4>関連する投稿</h4>
	<ul class="st-related-posts">
	<li><a href="http://iphone.longearth.net/2009/04/07/%e3%80%90uiviewcontroller%e3%80%91iphone%e3%82%92%e6%a8%aa%e5%90%91%e3%81%8d%e3%81%ab%e3%81%97%e3%81%9f%e6%99%82%e3%81%ab%e5%88%a5%e7%94%bb%e9%9d%a2%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/" title="【UIVIewController】iPhoneを横向きにした時に別画面を表示する方法 (2009 年 4 月 7 日)">【UIVIewController】iPhoneを横向きにした時に別画面を表示する方法</a> </li>
	<li><a href="http://iphone.longearth.net/2009/05/13/apple%e3%81%ae%e4%b8%ad%e3%81%ae%e4%ba%ba%e3%81%afos30%e5%af%be%e5%bf%9c%e5%af%a9%e6%9f%bb%e3%82%92%e7%99%ba%e8%a1%a8%e3%81%be%e3%81%a7%e3%81%ab%e3%81%93%e3%81%aa%e3%81%9b%e3%82%8b%e3%81%ae%e3%81%8b/" title="Appleの中の人はOS3.0対応審査を発表までにこなせるのか (2009 年 5 月 13 日)">Appleの中の人はOS3.0対応審査を発表までにこなせるのか</a> </li>
	<li><a href="http://iphone.longearth.net/2009/05/16/%e7%b7%8f%e5%90%88%e5%a3%b2%e4%b8%8a/" title="総合売上 (2009 年 5 月 16 日)">総合売上</a> </li>
	<li><a href="http://iphone.longearth.net/2009/03/29/%e3%80%90%e3%83%8b%e3%82%b3%e3%83%8b%e3%82%b3%e3%80%91iphone%e3%82%a2%e3%83%97%e3%83%aa%e8%b2%a9%e4%bf%83%e7%94%a8%e3%83%87%e3%83%a2%e5%8b%95%e7%94%bb%e3%82%92%e4%bd%9c%e6%88%90%e3%81%97%e3%81%a6/" title="【ニコニコ】iPhoneアプリ販促用デモ動画を作成してみた (2009 年 3 月 29 日)">【ニコニコ】iPhoneアプリ販促用デモ動画を作成してみた</a> </li>
	<li><a href="http://iphone.longearth.net/2009/02/26/%e3%80%90uitableview%e3%80%91grouped%e3%81%aa%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e3%81%ae%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%8c%e9%87%8d%e3%81%84/" title="【UITableView】Groupedなテーブルのスクロールが重い (2009 年 2 月 26 日)">【UITableView】Groupedなテーブルのスクロールが重い</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://iphone.longearth.net/2009/05/09/%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92iphone-os-30%e3%81%b8%e5%af%be%e5%bf%9c%e3%81%95%e3%81%9b%e3%82%8b%e6%99%82%e3%81%8c%e3%81%8d%e3%81%be%e3%81%97%e3%81%9f/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
