FBDialog 方向问题
如何设置 fblogindialog 的方向?它始终以纵向模式显示。当我设置框架时,它只是变成横向模式,但框架内的网络视图却没有。
我该怎么办..
请帮忙这里是代码
self.loginDialog = [[[FBLoginDialog alloc] init] autorelease];
loginDialog.delegate = self;
[self.loginDialog show];
//self.loginDialog.frame = CGRectMake(0, 0, 480, 320);
[self.view addSubview:loginDialog];
是屏幕截图:
How can I set the orientation of fblogindialog? It always appears in portrait mode. When I set the frames it just becomes in landscape mode but the web view inside the frame doesnt.
What should I do..
Please help here is the code
self.loginDialog = [[[FBLoginDialog alloc] init] autorelease];
loginDialog.delegate = self;
[self.loginDialog show];
//self.loginDialog.frame = CGRectMake(0, 0, 480, 320);
[self.view addSubview:loginDialog];
here is the screen shot:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论