UIViewController view is chopping off

时间:2015-07-31 20:37:19

标签: objective-c viewcontroller

I am new to iOS and ObjectiveC and trying to add a viewcontroller to my existing program. It is showing partly in iPhone 6..any suggestions to reset the view to display all?

1 个答案:

答案 0 :(得分:0)

This sounds like it's due to size classes. You either need to setup constraints so your elements appear correctly, or select a specific size class and arrange the elements for that size class.