Fix build issue with TchRunnerMainView in XCode 5

This commit is contained in:
Alexander Manenko 2014-03-30 18:33:40 +03:00
parent af8cd98f20
commit 3627ee6f2e

View File

@ -43,7 +43,7 @@
arcSafeRelease( appName );
appName.textColor = [[UIColor alloc] initWithRed:0.35 green:0.35 blue:1 alpha:1];
arcSafeRelease( appName.textColor );
appName.textAlignment = UITextAlignmentCenter; // or NSTextAlignmentCenter
appName.textAlignment = NSTextAlignmentCenter;
appName.text = [NSString stringWithFormat:@"CATCH tests"];
// [self performSelector: @selector(showAlert) withObject:nil afterDelay:0.1];