今回のチュートリアルでは、UITableViewを使って簡単なアプリケーションを構築します。
おなじみの"HelloWorld"を表示させるアプリです。
このチュートリアルでは、Objective-Cの基礎を習得済の方を想定しています。
今回学ぶこと:
Navigation-Based Applicationの新規作成
デフォルト状態で構成されてるファイル群について
"HelloWorld"を表示するため、UITableViewのセルの変更
…
.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
この投稿へのコメント
コメントはまだありません。