我要做的程序需要横屏竖屏都支持。 interface builder貌似只能设置竖屏的坐标,有什么办法或地方我去设置横屏的坐标。 关于interface builder的autosizing,我的VIEW上面的控件太多,不太容易自适应。 |
|
20分 |
// Override to allow orientations other than the default portrait orientation. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations // setting default coordinate return YES; } 在这个事件处理 |
意思是说我只有通过代码写坐标,那么在这点上IPhone还真麻烦。
|
|
是的
其实应该其他的UI设计也是一样….. 都很麻烦 |
|
谢谢你的回答。
前段时间做过三星的最新手机平台bada, |
|
看看怎么解决滴
|