HSStockChart 是一个绘制股票分时图、K 线图的库。支持流畅的回弹拖动,长按十字线,捏合放大缩小等功能,主要使用了 CAShapeLayer 来绘图,相比使用 Core Graphics 和重写 drawRect 的方法更高效,占用内存更小。
- 支持绘制分时图,五日分时图,K 线图,MA 线指标,交易量柱等。
- 支持横屏查看。
- K 线图利用
UIScrollView
达到流畅的滑动查看效果。 - 使用
CAShapeLayer
绘图,内存占用更小,效率更高。
- iOS 8.0+
- Swift 4
To run the example project, clone the repo, and run pod install
from the Example directory first.
HSStockChart is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'HSStockChart'
zyphs21, hansenhs21@live.com
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
HSStockChart is available under the MIT license. See the LICENSE file for more info.