iPhoneアプリに設置されているテーブルの背景色を変更する方法です。
//テーブルの背景色
self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];
文字列の設定と同様に、以下のような記述も可能です。
self.view.backgroundColor = [UIColor colorWithRed:0.0 gre…
ユーザーエージェントを調べる方法
javascript:alert(navigator.userAgent)
http://katozyun.web.fc2.com/urawaza/ua02.html
http://somethinweb.jp/test123/useragent.php
また,UAは以下のサイトでも確認することができます.
* 診断くん:http://www.taruo.net/e/?
* 確認くん:http://www.ugtop.com/spill.shtml
* 簡易 環境変数チェック:http://www.matsusaka.com/ENV
この投稿へのコメント
コメントはまだありません。