我已经阅读了一些帖子,并且能够在我的大部分应用程序中实现,但是主屏幕没有完全显示在 iphone 5 上。底部有大约 1 英寸的空间,我似乎无法修复.
我附上了一些图片来澄清任何问题。
@2x 图像正在正确加载,似乎视图被限制在较小的尺寸上,这在模拟器上显示得很好。
有什么想法吗?
#import "Mainscreencantroller.h"
#import "OBShapedButton.h"
@interface Mainscreencantroller ()
@end
@implementation Mainscreencantroller
@synthesize delegate;
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
if (self) {
// Custom initialization
}
return self;
}
选择自动调整大小的所有内容(中间箭头和外部箭头)
我注意到这里的长度和宽度并没有像所有其他 xib 文件一样变灰。