In Xcode 7, I add the constraints to a label that attached to the left of the screen, as follows:
But, the label's positions are very different from iOS7 to iOS8, as follows:
So, the question is:How should I set the leading space that fits both iOS7 and iOS8?
Any solution/workaround?