😄 OKKLineSwift is written in Swift3 to draw the stock K-line library
iOS Screenshot [Support drag gestures, long press gestures (see details), knead gestures (zoom in)]
macOS Screenshot [Support drag events, crosshairs follow, mouse scrolling events (zoom in)]
Swift 3.0
iOS 8+
macOS 10.10+
- Download the full file.
- Drag the OKKLineSwift folder to your project.
Directory | Description |
---|---|
Configuration | OKConfiguration.swift - This is a global control class that controls the global theme (e.g. color, font size, etc.) |
Views | OKKLineView - This class is the parent view of all views OKKLineDrawView.swift - This class is a parent view of all K-line views that handle gestures and data sources OKValueView.swift - Responsible for drawing prices 1、MainView: OKKLineMainView.swift - Responsible for drawing the main graph 2、VolumeView: OKKLineVolumeView.swift - Responsible for drawing the volume view 3、AccessoryView: OKKLineAccessoryView.swift - Responsible for drawing the index view 4、SegmentView: OKSegmentView.swift - Responsible for displaying timeline or indicator type |
Models | Data model directory, mainly K-line data and a variety of indicators model |
Tools | Tool class directory,for example: OKLineBrush.swift - Responsible for drawing lines OKMALineBrush.swift - Responsible for drawing the average class |
- Support macOS system
- Support for more metric types
All the OK at the beginning of the project source code to comply with MIT license. Copyright (c) 2016 Herb. All rights reserved.
Welcome to contribute to your ideas and code! You can pull requests and issues here! 👏