mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Merge pull request #269 from alexander-manenko/master
Fix build issue with TchRunnerMainView in XCode 5
This commit is contained in:
commit
41d3f2b88b
@ -43,7 +43,7 @@
|
|||||||
arcSafeRelease( appName );
|
arcSafeRelease( appName );
|
||||||
appName.textColor = [[UIColor alloc] initWithRed:0.35 green:0.35 blue:1 alpha:1];
|
appName.textColor = [[UIColor alloc] initWithRed:0.35 green:0.35 blue:1 alpha:1];
|
||||||
arcSafeRelease( appName.textColor );
|
arcSafeRelease( appName.textColor );
|
||||||
appName.textAlignment = UITextAlignmentCenter; // or NSTextAlignmentCenter
|
appName.textAlignment = NSTextAlignmentCenter;
|
||||||
|
|
||||||
appName.text = [NSString stringWithFormat:@"CATCH tests"];
|
appName.text = [NSString stringWithFormat:@"CATCH tests"];
|
||||||
// [self performSelector: @selector(showAlert) withObject:nil afterDelay:0.1];
|
// [self performSelector: @selector(showAlert) withObject:nil afterDelay:0.1];
|
||||||
|
Loading…
Reference in New Issue
Block a user