clarified some defaults
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -51,10 +51,10 @@ typedef enum { | @@ -51,10 +51,10 @@ typedef enum { | ||
51 | /** A custom label for the marker. The label is shown when first set. */ | 51 | /** A custom label for the marker. The label is shown when first set. */ |
52 | @property (nonatomic, retain) UIView *label; | 52 | @property (nonatomic, retain) UIView *label; |
53 | 53 | ||
54 | -/** The marker object's label text foreground color. */ | 54 | +/** The marker object's label text foreground color. Defaults to black. */ |
55 | @property (nonatomic, retain) UIColor *textForegroundColor; | 55 | @property (nonatomic, retain) UIColor *textForegroundColor; |
56 | 56 | ||
57 | -/** The marker object's label text background color. */ | 57 | +/** The marker object's label text background color. Defaults to clear. */ |
58 | @property (nonatomic, retain) UIColor *textBackgroundColor; | 58 | @property (nonatomic, retain) UIColor *textBackgroundColor; |
59 | 59 | ||
60 | /** The font used for labels when another font is not explicitly requested. The default is the system font with size `15`. */ | 60 | /** The font used for labels when another font is not explicitly requested. The default is the system font with size `15`. */ |
-
Please register or login to post a comment