http://stackoverflow.com/questions/349858/fitting-a-uidatepicker-into-a-uiactionsheet
上記サイトの一番したのコメント内のコードが正常に動きます。
showInViewで設定するviewは以下のサイトを参考に
http://d.hatena.ne.jp/griffin-stewie/20090220/p1
ピックアップ記事
UIDatePicker + UIActionSheet で日付選択が面を作成
2011年05月03日
過去Blog
IE・FireFoxで使えるお気に入りボタン(ブックマークボタン)
2009年12月09日
過去Blog
<script type="text/javascript">
<!--
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="button" valu…
PHP strstr stristr ある文字列が含まれるかどうか調べる
2010年06月11日
過去Blog
$string = 'Hello World!';
if(stristr($string, 'earth') === FALSE) {
echo '"earth" not found in string';
}
// 出力は "earth" not found in string となります
参照元:http://www.php.net/manual/ja/function.st…
UITextView キーボード処理
2011年05月01日
過去Blog
http://d.hatena.ne.jp/keitanxkeitan/20110117/1295276262
iPhone用のアイコンなどを配布しているサイト
2011年01月27日
過去Blog
以下のサイトによくまとめられているので、参考に。
http://phpjavascriptroom.com/?t=mobile&p=iphoneandroidmockup#a_iphone_icon
高画質のiconがダウンロード出来るサイト
http://www.iconspedia.com/
iconのサイズや設置方法について
https://developer.apple.…
この投稿へのコメント
コメントはまだありません。