Skip to content

mrigankgupta/MGVerticalProgressBar

Repository files navigation

MGVerticalProgressBar

MGProgressBar A custom Vertical Progress bar with Image and Color support via interface builder

Screenshot

Usage

  • Add MGVerticalProgressBar file to your project

  • Add a new UIView where you want the see your progress bar. Set its class to MGVerticalProgressBar from storyboard and set the properties in interface builder.

Interface Builder Enabled Properties

  • Progress: Float Sets the progress in inner bar
  • InsetX: Float Sets the X inset of inner bar
  • InsetY: Float Sets the Y inset of inner bar
  • Corner Radius: Float Round corner of Progress bar
  • Track Image: UIImage Track image for display track
  • Fill Image: UIImage Fill image for display progress
  • Track Color: UIColor If Track Image is not provided then Track Color to display Track
  • Fill Color: UIColor If Fill Image is not provided then Fill Color to display Progress
  • Font Size: Float Font size for Displaying Progress in Percentage
  • Font Color: UIColor Font Color for displaying percentage info

MIT License

Copyright (c) 2017 Mrigank 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.

About

MGProgressBar A custom Vertical Progress bar with Image and Color support via interface builder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages