I am using Autoresizing for UILabel on the xib.
And when i launch app on iPhone4/5 UILabel font looks perfect but for iPhone6/Plus font looks very small.
I referred so many link including Adjusting font size according to device screen and Category for UILabel
Also the adjustsFontSizeToFitWidth is not working for me somehow.
yourLabel.adjustsFontSizeToFitWidth=YES;
yourLabel.minimumScaleFactor=0.5;
So, i want to know if there is any other way around to have UILabel font size different for iPhone4/5 and iPhone6/Plus using Autoresizing in xib.