Replace deprecated UITextAlignmentCenter with NSTextAlignmentCenter

This commit is contained in:
Scott Ludwig 2016-01-03 23:23:19 -08:00
parent 324a5bc3fb
commit 738f47bb22

View File

@ -132,7 +132,7 @@
titleLabel_ = [[UILabel alloc] initWithFrame:CGRectZero];
titleLabel_.font = [UIFont boldSystemFontOfSize:18];
titleLabel_.textAlignment = UITextAlignmentCenter;
titleLabel_.textAlignment = NSTextAlignmentCenter;
titleLabel_.textColor = [UIColor whiteColor];
titleLabel_.backgroundColor = [UIColor clearColor];
titleLabel_.shadowColor = [UIColor darkGrayColor];