标签: ios objective-c storyboard
是否可以向UIViewController添加storyboard,使用instantiateViewControllerWithIdentifier创建时会返回storyboard中指定的大小?或者这会破坏故事板中autolayout的规则吗?
UIViewController
storyboard
instantiateViewControllerWithIdentifier
autolayout
答案 0 :(得分:2)
故事板上视图控制器的大小仅用于设计目的,与它们在应用程序中的显示方式无关。为此,您必须使用self.view.frame = CGRectMake(...
self.view.frame = CGRectMake(...