Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tibolte/tgdrawsvgpathview
an iOS helper class to draw animated paths from SVG files
https://github.com/tibolte/tgdrawsvgpathview
Last synced: 14 days ago
JSON representation
an iOS helper class to draw animated paths from SVG files
- Host: GitHub
- URL: https://github.com/tibolte/tgdrawsvgpathview
- Owner: Tibolte
- License: mit
- Created: 2014-07-09T19:08:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T00:13:44.000Z (over 10 years ago)
- Last Synced: 2024-12-11T12:24:37.976Z (23 days ago)
- Language: Objective-C
- Homepage:
- Size: 770 KB
- Stars: 223
- Watchers: 14
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TGDrawSvgPathView
=================an IOS helper class to draw animated paths from SVG files
![](https://raw.githubusercontent.com/Tibolte/TGDrawSvgPathView/master/demosvg.gif)
##Usage
TGDrawSvgPathView *tgView = [[TGDrawSvgPathView alloc] initWithFrame:CGRectMake(40.0, 70.0, 250.0, 250.0)];
[tgView setPathFromSvg:@"cloud" strokeColor:[UIColor blackColor] duration:2.0];
[self.view addSubview:tgView];
##RequirementsARC and iOS7
### Using CocoaPods
TGDrawSvgPathView is available through [CocoaPods](http://cocoapods.org), to install
it simply add the following line to your Podfile:pod "TGDrawSvgPathView"
### Manual
Download the project and add the folder `Classes` containing the classes `TGDrawSvgPathView` and `PocketSVG` to your project.
## Author
Thibault Guégan, [email protected]
Linkedin: https://www.linkedin.com/profile/view?id=93515047## License
TGDrawSvgPathView is available under the MIT license. See the LICENSE file for more info.