ios - uiview and uitableview in same uiviewcontroller showing different sizes on iphone, ipad -
i 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
Comments
Post a Comment