I get a funny message in the logs:
2017-10-13 00:15:59.120932+0200 Bluff Poker[51451:1999192] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"<NSAutoresizingMaskLayoutConstraint:0x60000028bae0 h=--& v=--& UIView:0x7f88b45097a0.height == 20 (active)>",
"<NSLayoutConstraint:0x60400009dce0 V:|-(0)-[UILayoutGuide:0x6040001ae460'cutout'] (active, names: '|':UIView:0x7f88b45097a0 )>",
"<NSLayoutConstraint:0x60400009df60 UILayoutGuide:0x6040001ae460'cutout'.height == 30 (active)>",
"<NSLayoutConstraint:0x600000292480 V:[UILayoutGuide:0x6040001ae460'cutout']-(3)-[UILayoutGuide:0x6000007a6120''] (active)>",
"<NSLayoutConstraint:0x600000292570 UILayoutGuide:0x6000007a6120''.bottom == UIView:0x7f88b45097a0.bottom (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x600000292480 V:[UILayoutGuide:0x6040001ae460'cutout']-(3)-[UILayoutGuide:0x6000007a6120''] (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
Is this on the MOE or libgdx side?
The app still works, but there are black bars on the top and bottom: