iPhone SDK でカバー フローをポートレート モードで使用したいのですが、可能ですか?
私に提案してください。
ありがとう。
これを使う
オリエンテーションのためにコードの下で使用します
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
//return ((interfaceOrientation == UIInterfaceOrientationLandscapeLeft) ||
// (interfaceOrientation == UIInterfaceOrientationLandscapeRight));
return NO;
}
「FlowCoverViewController.m」で
ありがとう