HSStockChart

A Stock Chart include CandleStickChart,TimeLineChart.


Keywords
cashapelayer, chart, graphics, stockchart, swift4
License
MIT
Install
pod try HSStockChart

Documentation

HSStockChart

Backers on Open Collective Sponsors on Open Collective iOS 8.0+ Swift 3.0+ MIT

HSStockChart 是一个绘制股票分时图、K 线图的库。支持流畅的回弹拖动,长按十字线,捏合放大缩小等功能,主要使用了 CAShapeLayer 来绘图,相比使用 Core Graphics 和重写 drawRect 的方法更高效,占用内存更小。

Features

  • 支持绘制分时图,五日分时图,K 线图,MA 线指标,交易量柱等。
  • 支持横屏查看。
  • K 线图利用 UIScrollView 达到流畅的滑动查看效果。
  • 使用 CAShapeLayer 绘图,内存占用更小,效率更高。

Explain

中文解释

Requirements

  • iOS 8.0+
  • Swift 4

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

HSStockChart is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'HSStockChart'

Author

E-mail: hansenhs21@live.com
Blog: myhanson.com
Twitter: Hanson,@yuanpingzhang
Instagram: hansonhs21
Facebook: Hanson Zhang

欢迎关注我的公众号:hansontalks

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

HSStockChart is available under the MIT license. See the LICENSE file for more info.