Latest | 1.0.1 |
---|---|
Homepage | https://github.com/malolans/HTACircularProgressView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
HTACircularProgressView
is a circular progress view with UIProgressView
like properties. HTACircularProgressView
is a UIView
subclass. This was inspried from the download indicator in the iOS App Store app.
A sample project using HTACircularProgressView
is included in this repository. A screen capture from the app is shown below.
Instructions
Please refer to this link for usage and information.
LICENSE
Copyright (C) 2014 Malolan Santhanakrishnan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Latest podspec
{ "name": "HTACircularProgressView", "version": "1.0.1", "summary": "HTACircularProgressView is a Circular Progress View inspired by the control in iOS App Store.", "description": " HTACircularProgressView is a circular progress view. This control was inspired by the download indicator for an App in iOS App Store.nn", "homepage": "https://github.com/malolans/HTACircularProgressView", "screenshots": "https://raw.githubusercontent.com/malolans/HTACircularProgressView/master/ScreenCap.gif", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Malolan Santhanakrishnan": "[email protected]" }, "source": { "git": "https://github.com/malolans/HTACircularProgressView.git", "tag": "v1.0.1" }, "social_media_url": "https://twitter.com/malolan_s", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "HTACircularProgressView" }
Sat, 05 Mar 2016 01:50:08 +0000