i'm trying to change a width of UILabel programmatically. I know i can do this by
UILabel.frame.size = CGRectMake(x, y, width, height)
but i don't want to set the x and y value so that it works fine for every phone model. Any suggestion to over come this?