How to center a label horizontally for all iOS devices in Swift
for your label try to add constraints like:
Add top, width and height constraints as shown in below screen shot and make sure that constraints to margins is uncheck.
And set horizontal center constraints.