文章列表
我的程序 基于 Viewbased Proj,在 View 里面 放了一个 ImageView 来显示图片 ,铺满
然后我将iphone 的显示
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations
return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);}
也就是倒过来, 然后 ...