I want to know how to rotate UILabel in xcode as per attachment as watermark ("Expired").
use
yourLabel.transform = CGAffineTransformMakeRotation(M_PI /2); // set the dividend what you like
additional Reference see this --> How to angle a uilabel in ios