在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:Boris-Em/BEMSimpleLineGraph开源软件地址:https://github.com/Boris-Em/BEMSimpleLineGraph开源编程语言:Objective-C 100.0%开源软件介绍:BEMSimpleLineGraphBEMSimpleLineGraph makes it easy to create and customize line graphs for iOS. BEMSimpleLineGraph is a charting library that makes it easy to create beautiful line graphs for iOS. It is easy to set-up and to use in any iOS Project. It's focused on highly customizable and interactive line graphs. Plus, it is lightweight and can be integrated in minutes (maybe even seconds). BEMSimpleLineGraph's implementation, data source, and delegate are all modeled off of UITableView and UICollectionView. If you're familiar with using a UITableView, UITableViewController, or UICollectionView, using BEMSimpleLineGraph should be a breeze! The full documentation of the project is available on its wiki. Table of ContentsProject DetailsLearn more about the BEMSimpleLineGraph project requirements, licensing, and contributions. RequirementsSee the full article on the wiki here.
Requires Xcode 6 for use in any iOS Project. Requires a minimum of iOS 7.0 as the deployment target.
LicenseSee the License. You are free to make changes and use this in either personal or commercial projects. Attribution is not required, but it is appreciated. A little Thanks! (or something to that affect) would be much appreciated. If you use BEMSimpleLineGraph in your app, let us know. Support
Ask questions and get answers from a massive community or programmers on StackOverflow when you use the BEMSimpleLineGraph tag. Sample AppThe iOS Sample App included with this project demonstrates how to correctly setup and use BEMSimpleLineGraph. You can refer to the sample app for an understanding of how to use and setup BEMSimpleLineGraph. Apps Using This ProjectDozens of production apps available on the iOS App Store use BEMSimpleLineGraph. You can view a full list of the known App Store apps using this project on the wiki, read their descriptions, get links, pricing, featured status, and screenshots of graph usage. Add your BEMSimpleLineGraph app to the wiki page for a chance to get showcased in the Readme and / or the wiki. We can't wait to see what you create with BEMSimpleLineGraph. Getting StartedSee the full article on the wiki here. BEMSimpleLineGraph can be added to any project (big or small) in a matter of minutes (maybe even seconds if you're super speedy). CocoaPods is fully supported, and so are all the latest technologies (eg. ARC, Storyboards, Interface Builder Attributes, Modules, and more). InstallationThe easiest way to install BEMSimpleLineGraph is to use CocoaPods. To do so, simply add the following line to your
The other way to install BEMSimpleLineGraph, is to drag and drop the Classes folder into your Xcode project. When you do so, check the "Copy items into destination group's folder" box. Swift ProjectsTo use BEMSimpleLineGraph in a Swift project add the following to your bridging header:
SetupSetting up BEMSimpleLineGraph in your project is simple. If you're familiar with UITableView, then **BEMSimpleLineGraph **should be a breeze. Follow the steps below to get everything up and running.
DocumentationThe essential parts of BEMSimpleLineGraph are documented below. For full documentation, see the wiki. Documentation is available directly within Xcode (just Option-Click any method for Quick Help). Required Delegate / Data Source MethodsNumber of Points in Graph
Value for Point at Index
Reloading the Data SourceSimilar to a UITableView's
Interactive GraphBEMSimpleLineGraph can react to the user touching the graph by two different ways: Popup Reporting and Touch Reporting. On this example, both Popup Reporting and Touch Reporting are activated. Bezier CurvesBEMSimpleLineGraph can be drawn with curved lines instead of directly connecting the dots with straight lines.
PropertiesBEMSimpleLineGraphs can be customized by using various properties. A multitude of properties let you control the animation, colors, and alpha of the graph. Many of these properties can be set from Interface Build and the Attributes Inspector, others must be set in code. ContributingTo contribute to BEMSimpleLineGraph please see the |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论