起動画面の設定は、Default.png (320px × 480px)という画像をつくり、XCode上のResourceフォルダ内に入れるだけで設定されます。
私の場合は、以上で問題なく、設定されましたが、実機で表示されないなどの場合は、以下のサイトにあるようにすれば、直ったという方もいるようなので、参考にしてください。
http://d.hatena.ne.jp/moroshi/2009…
.htaccessに以下を記述してルートに設置
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
RewriteBase /
# Rewrite URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
参考:http://eru-net.jp/web/?itemid=58
graffiti on the web
この投稿へのコメント
コメントはまだありません。