UILabel Align Text to center
Aravindhanarvi answered:
From iOS 6 and later 
UITextAlignment is deprecated. use NSTextAlignmentmyLabel.textAlignment = NSTextAlignmentCenter;A look at what I've been doing with iOS development while working as a Software Engineer geared towards Mobile Development at CarWoo!
UITextAlignment is deprecated. use NSTextAlignmentmyLabel.textAlignment = NSTextAlignmentCenter;
No comments:
Post a Comment