@@ -15,11 +15,11 @@ @implementation WYAppDelegate
1515
1616- (BOOL )application : (UIApplication *)application didFinishLaunchingWithOptions : (NSDictionary *)launchOptions
1717{
18- WYPopoverBackgroundView* popoverAppearance = [WYPopoverBackgroundView appearance ];
19- [popoverAppearance setTintColor: [UIColor lightGrayColor ]];
18+ // WYPopoverBackgroundView* popoverAppearance = [WYPopoverBackgroundView appearance];
19+ // [popoverAppearance setTintColor:[UIColor lightGrayColor]];
2020
21- [popoverAppearance setOuterCornerRadius: 8 ];
22- [popoverAppearance setInnerCornerRadius: 6 ];
21+ // [popoverAppearance setOuterCornerRadius:8];
22+ // [popoverAppearance setInnerCornerRadius:6];
2323
2424 /*
2525 [popoverAppearance setBorderWidth:12];
@@ -37,13 +37,15 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3737 [popoverAppearance setInnerShadowBlurRadius:3];
3838 [popoverAppearance setInnerShadowOffset:CGSizeMake(0, 1)];
3939 */
40-
40+
41+ /*
4142 UINavigationBar* navBarAppearance = [UINavigationBar appearanceWhenContainedIn:[WYPopoverBackgroundView class], [UINavigationController class], nil];
4243 [navBarAppearance setTitleTextAttributes:@{
4344 UITextAttributeTextColor : [UIColor darkGrayColor],
4445 UITextAttributeTextShadowColor: [UIColor whiteColor],
4546 UITextAttributeTextShadowOffset: [NSValue valueWithUIOffset:UIOffsetMake(0, -1)]
4647 }];
48+ */
4749
4850 NSArray *temp = [NSArray arrayWithContentsOfFile: [[NSBundle mainBundle ] pathForResource: @" players" ofType: @" plist" ]];
4951
0 commit comments