Stock Chart include CandleStickChart,TimeLineChart. 股票走势图,包括 K 线图,分时图,手势缩放,拖动
HSStockChart 是一个绘制股票分时图、K 线图的库。支持流畅的回弹拖动,长按十字线,捏合放大缩小等功能,主要使用了 CAShapeLayer 来绘图,相比使用 Core Graphics 和重写 drawRect 的方法更高效,占用内存更小。
UIScrollView
达到流畅的滑动查看效果。CAShapeLayer
绘图,内存占用更小,效率更高。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'
E-mail: [email protected]
Blog: myhanson.com
Twitter: Hanson,@yuanpingzhang
Instagram: hansonhs21
Facebook: Hanson Zhang
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.