ユーザーエージェントを調べる方法
javascript:alert(navigator.userAgent)
http://katozyun.web.fc2.com/urawaza/ua02.html
http://somethinweb.jp/test123/useragent.php
また,UAは以下のサイトでも確認することができます.
* 診断くん:http://www.t…
ピックアップ記事
ユーザーエージェントを調べる方法
2009年11月24日
過去Blog
[2]:Interface Builder のみで Hello World
2010年11月19日
過去Blog
前回は、UITableViewを使って”HelloWorld”を表示しましたが、今回は、Interface Builderを使って、コードを書かずに"HelloWorld"を表示させてみます。
非常に簡単なアプリではありますが、Interface Builderを理解する最初のステップです。
今回の流れ:
View Based Projectの新規作成
iPhone シュミレータで確認
UIの要素をホーム画面に追加
コードを実行
…
UIDatePicker + UIActionSheet で日付選択が面を作成
2011年05月03日
過去Blog
http://stackoverflow.com/questions/349858/fitting-a-uidatepicker-into-a-uiactionsheet
上記サイトの一番したのコメント内のコードが正常に動きます。
showInViewで設定するviewは以下のサイトを参考に
http://d.hatena.ne.jp/griffin-stewie/20090220/p1
PHP POSTチェック
2011年05月15日
過去Blog
http://www.sakura-pc.jp/php/02020000.shtml
iPhone UILabel 高さをテキストの量で決める
2011年04月30日
過去Blog
http://www.hirano-dept.com/blog/2011/01/iphone-uilabel.html
NSString *str = @"sample string";
CGSize size = [str
sizeWithFont:[UIFont boldSystemFontOfSize:13]
constrainedToSize:CGSizeMake(5…
この投稿へのコメント
コメントはまだありません。