I'm trying to create a view controller with two views, one of them is actually a custom tableview, something like this:
Is it possible to add some kind of proportional constraints, so that in all devices and all orientations the upper view will be in same relation to the bottom view? (here it looks like 1:3 more or less).
Trying to do it without writing any code...
Thanks in advance, Ox.