I am having a difficult time understanding the new way of designing XIB layout (i.e. constraints).
I have seen some tutorials and lessons, yet I'm not sure why I'm not understanding any of it.
Here is my simple scenario that I want to achieve: a) I was a custom 'splash' screen that simply displays an ImageView that is vertically & horizontally centered (and retain aspect ratio). b) When I can achieve and understand (a), I would also like to add a label (or some other simple UI element) that also displays nicely across various screen sizes.
Question 1: What is the starting point to learning constraints, if indeed constraints is what I need to understand here.
Question 2: What references/tutorials/examples has worked well for you in understanding the new way of layout design?