Xcode 8 beta 8S128d
Interface Builder and Autolayout has always puzzled me. I can simply not make it do what I want.
Example: Just need an ImageView to fill up the screen(parent), but from the top the ImageView should be be proportional to the top.
------------------
- 10% free space -
------------------
- -
- MapView -
- -
------------------
- Add MKMapView to Parent View.
- Pin: Right, Left, bottom = 0.
- Add Equal to hight for the parent and set the multiplier to 0.90
This works for ImageView but not for MapView.