@@ -25,10 +25,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
2525 [popoverAppearance setFillBottomColor: [UIColor colorWithWhite: 0.75 alpha: 1 ]];
2626 [popoverAppearance setOuterStrokeColor: [UIColor colorWithWhite: 0.5 alpha: 1 ]];
2727 [popoverAppearance setInnerStrokeColor: [UIColor colorWithWhite: 0.5 alpha: 1 ]];
28-
29- /*
3028 [popoverAppearance setOuterCornerRadius: 8 ];
3129 [popoverAppearance setMinOuterCornerRadius: 8 ];
30+
3231 [popoverAppearance setOuterShadowBlurRadius: 6 ];
3332 [popoverAppearance setOuterShadowColor: [UIColor colorWithWhite: 0 alpha: 0.65 ]];
3433 [popoverAppearance setOuterShadowOffset: CGSizeMake (0 , 2 )];
@@ -46,16 +45,13 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
4645 [popoverAppearance setInnerShadowOffset: CGSizeMake (0 , 1 )];
4746
4847 [popoverAppearance setViewContentInsets: UIEdgeInsetsMake (3 , 0 , 0 , 0 )];
49- */
5048
51- /*
5249 UINavigationBar* navBarAppearance = [UINavigationBar appearanceWhenContainedIn: [WYPopoverBackgroundView class ], [UINavigationController class ], nil ];
5350 [navBarAppearance setTitleTextAttributes: @{
5451 UITextAttributeTextColor : [UIColor darkGrayColor ],
5552 UITextAttributeTextShadowColor: [UIColor whiteColor ],
5653 UITextAttributeTextShadowOffset: [NSValue valueWithUIOffset: UIOffsetMake (0 , -1 )]
5754 }];
58- */
5955
6056 // Appearance 2 (orange popover)
6157 //
0 commit comments