I\'m trying to pin an UILabel to it\'s parent cell. I added four constraints (top, leading, trailing, bottom) which works fine on iOS 8.0 but not on iOS 7.X
Instead of giving four constraints (top, leading, trailing, bottom). Try top, leading, width and height. It should work.