It seems the big secret is this button at the bottom of the storyboard. This button will allow Xcode to resolve most of your layout issues. If you still have problems check out the video tutorial - Beginning Auto Layout by Ray Wenderlich
The Auto Resolve Layout button displays the following selections;
Use - Reset to Suggested Constraints in ......... , to allow Xcode to resolve the constraints.
Small blue lines indicate that this view is properly laid out.
Orange lines & text indicate conflicting contraints that need fixing
This screenshot shows both the good (blue) & bad (orange) layouts described above.
I fixed the Map cell layout by;
- selecting Clear all restraints in tableview cell
- manually dragging the label & image around for a basic layout
- selecting Reset to suggested restraints in .........
Easy - Peasey !