GraphView
internal final class GraphView : UIView
Apple’s GraphView
-
The current colors to inject in the add function.
Declaration
Swift
internal var lineColors: [UIColor]
-
The current value’s ranges.
Declaration
Swift
internal var valueRanges: [ClosedRange<Double>]
-
Initializes and returns a newly allocated view object with the specified frame rectangle.
Declaration
Swift
override internal init(frame: CGRect)
-
Returns an object initialized from data in a given unarchiver.
Declaration
Swift
required internal init?(coder aDecoder: NSCoder)
-
Add new values to the graph.
Declaration
Swift
internal func add(_ values: double3)