
Material Linear Progress Bar for your iOS apps
The LinearProgressBar is a material linear progress bar designed for iOS apps. It is compatible with Cocoapods and Carthage, making it easy to integrate into your projects. This progress bar provides a sleek and modern way to display loading progress within your app.
Add the following line to your Podfile:
pod 'LinearProgressBar'
Run pod install in your terminal to install the LinearProgressBar pod.
Add the following line to your Cartfile:
github "LinearProgressBar"
Run carthage update in your terminal to fetch and build the LinearProgressBar framework.
The LinearProgressBar is a versatile and easy-to-use progress bar for iOS apps. With compatibility for Cocoapods and Carthage, it can be seamlessly integrated into your projects. Its sleek and modern design, along with customizable styles and colors, make it an ideal choice for displaying loading progress. Whether you're a Cocoapods user or prefer Carthage, the LinearProgressBar provides a reliable and visually appealing solution for tracking progress in your app.

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.