AWFMapControlStyle
Objective-C
@interface AWFMapControlStyle : NSObject
Swift
class AWFMapControlStyle : NSObject
An AWFMapControlStyle object provides style specifications for a map control view. This class is used in conjunction with AWFBasicControlView
and AWFTimelineView to control the styling of the map controls.
-
The background color to use for the view.
Declaration
Objective-C
@property (nonatomic, strong) UIColor *backgroundColor;Swift
var backgroundColor: UIColor! { get set } -
The fill color of the progress indicator.
Declaration
Objective-C
@property (nonatomic, strong) UIColor *progressFillColor;Swift
var progressFillColor: UIColor! { get set } -
The stroke color of the progress indicator.
Declaration
Objective-C
@property (nonatomic, strong) UIColor *progressStrokeColor;Swift
var progressStrokeColor: UIColor! { get set } -
The default text style.
Declaration
Objective-C
@property (nonatomic, strong) AWFTextStyleSpec *defaultTextStyle -
The secondary text style.
Declaration
Objective-C
@property (nonatomic, strong) AWFTextStyleSpec *detailTextStyle
View on GitHub
AWFMapControlStyle Class Reference