ios - uiview and uitableview in same uiviewcontroller showing different sizes on iphone, ipad -


enter image description herei have uiview , uitableview under 1 uiviewcontroller. pl see image below. in top level view controller, need uiview (checkoutntotal) few buttons , textfields. below want uitableview. shows fine in simulator or on actual device iphone. ipad, checkoutntotal shows large on screen. said height constraint of 130 uiview. going on? here warnings in xcode 7.1

thank you

unable simultaneously satisfy constraints. @ least 1 of constraints in following list 1 don't want. try this: (1) @ each constraint , try figure out don't expect; (2) find code added unwanted constraint or constraints , fix it. ( "<_uilayoutsupportconstraint:0x7c2d2790 v:[_uilayoutguide:0x7c50b360(64)]>", "<_uilayoutsupportconstraint:0x7c2d3ba0 v:|-(0)-[_uilayoutguide:0x7c50b360] (names: '|':uiview:0x7c50bd20 )>", "", "", "", "" )

will attempt recover breaking constraint

enter image description here


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -