I have problem that the today extension is way too big on IOS versions lower that 9. But it is exactly how I want on greater or equal to IOS 10 devices. And also it is misplaced on the IOS 9 devices.
The constraints I have are the following:
- Center vertically,
- Center horizontally,
- Fixed height(200),
- Fixed width(200)
This is how it looks on IOS10+
And it looks like this on IOS9
What could cause the issue?