我最近使用故事板将我的项目从使用 xib 文件的 ios4 转换为 ios6。转换我界面中的中央按钮后,它们被压在一起了。我在故事板中使用自动布局。
故事板视图:
iPhone 6.0 模拟器视图
用于交换 xib 和 StoryBoard 的 AppDelegate 代码
UIStoryboard* sb = [UIStoryboard storyboardWithName:@"MainStoryboard"
bundle:nil];
self.viewController = [sb instantiateInitialViewController];
//self.viewController = [[ViewController alloc] initWithNibName:@"ViewController" bundle:nil];//Change this back if all doesnt not go well