开发者

How can use cover flow in portrait mode in iPhone SDK?

开发者 https://www.devze.com 2023-03-07 10:39 出处:网络
I want to use cover flow in portrait mode in iPhone SDK, can it is possi开发者_高级运维ble ? Please suggest me.

I want to use cover flow in portrait mode in iPhone SDK, can it is possi开发者_高级运维ble ?

Please suggest me.

Thanks.


Use this

and for orientation use below code

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation 
{
    //return ((interfaceOrientation == UIInterfaceOrientationLandscapeLeft) ||
//          (interfaceOrientation == UIInterfaceOrientationLandscapeRight));

    return NO;
}

in "FlowCoverViewController.m"

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号