1つのクラスファイル内で、複数のUIActionSheetを使う時はtagプロパティを使って、どのアクションシートのボタンがクリックされたのかを判別します。
actionsheet.tag = 1;
詳しくは以下のサイトを参照。
http://technical-iphone.blogspot.com/2010/05/uiactionsheet.html
php.iniの short_open_tag = On にすることで <?php の省略形が使えるようになる。
<?php
echo “test”;
?>
↓↓↓↓↓↓↓↓
<?
echo “test”;
?>
graffiti on the web
この投稿へのコメント
コメントはまだありません。