Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Instance Methods | Class Methods | Properties | List of all members
NMDirectionArrowStyle Class Reference

Inherits <NSObject>.

Instance Methods

(nullable instancetype) - initWithFillColor:borderColor:strokeColor:
 
(nullable instancetype) - NS_UNAVAILABLE
 

Class Methods

(nullable instancetype) + NS_UNAVAILABLE
 

Properties

UIColor * fillColor
 
UIColor * borderColor
 
UIColor * strokeColor
 

Method Documentation

◆ initWithFillColor:borderColor:strokeColor:()

- (nullable instancetype) initWithFillColor: (UIColor *)  fillColor
borderColor: (UIColor *)  borderColor
strokeColor: (UIColor *)  strokeColor 

◆ NS_UNAVAILABLE() [1/2]

+ (nullable instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

- (nullable instancetype) NS_UNAVAILABLE

Property Documentation

◆ borderColor

- (UIColor*) borderColor
readwritenonatomicstrong

The direction arrow's inner border color.

◆ fillColor

- (UIColor*) fillColor
readwritenonatomicstrong

The direction arrow's fill color.

◆ strokeColor

- (UIColor*) strokeColor
readwritenonatomicstrong

The direction arrow's outer border color.