This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V2.0 Deprecated some delegate methods and replaced with newer delegate methods with more parameters. Made some properties private. New Features New delegate methods to specify line color and alpha. New delegate methods that notify the delegate when the graph starts and ends updates. Added new calculation methods to calculate the graph's sum, average, standard deviation, median, mode, and more. Added a new graph snapshot method which efficiently captures a UIImage of the graph. Updated Sample App to reflect new features and changes. Added pre-compiler check for the Objective-C Module Build Setting. Modules are used if enabled, otherwise traditional imports are used. Added a warning for projects without ARC. Fixed Issues Added call to super in layoutSubviews. The reloadGraph method now calls setNeedsLayout instead of directly calling layoutSubviews. Improved memory performance with @autoreleasepool blocks. Added Type-Safety for 64-bit architecture. Fixed X-Axis layout issues. Fixed typos.
- Loading branch information
Showing
28 changed files
with
1,435 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,8 @@ | |
.Trashes | ||
Icon? | ||
ehthumbs.db | ||
Thumbs.db | ||
Thumbs.db | ||
xcuserdata/ | ||
*.xcuserstate | ||
|
||
*.xcuserstate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.