skip to main
|
skip to sidebar
iPhone Dev Blog
iPhone Developer向けに集めた情報をしていきます
土曜日, 1月 03, 2009
iPhone を回転させた時に検知する方法
-(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)FromInterfaceOrientation {
if(FromInterfaceOrientation == UIInterfaceOrientationPortrait){
// 横向き
} else {
// 縦向き
}
}
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES;
}
0 件のコメント:
コメントを投稿
次の投稿
前の投稿
ホーム
登録:
コメントの投稿 (Atom)
自己紹介
Noriaki Misawa
詳細プロフィールを表示
このブログをRSSで登録
投稿
Atom
投稿
コメント
Atom
コメント
ブログ アーカイブ
▼
2009
(8)
►
7月
(1)
►
3月
(3)
►
2月
(2)
▼
1月
(2)
iPhone と iPhone Simulator を判別する方法
iPhone を回転させた時に検知する方法
►
2008
(11)
►
11月
(4)
►
10月
(1)
►
9月
(6)
iTunes Top Song
Which do you have an iPhone?
0 件のコメント:
コメントを投稿