All Projects → nspavlo → Materialactivityindicator

nspavlo / Materialactivityindicator

Licence: mit
Material Activity Indicator

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Materialactivityindicator

Hero
Elegant transition library for iOS & tvOS
Stars: ✭ 20,547 (+18750.46%)
Mutual labels:  xcode, swiftpm, material-design
Swiftloader
A simple and beautiful activity indicator written in Swift
Stars: ✭ 116 (+6.42%)
Mutual labels:  cocoapods, loader, spinner
Jtmaterialspinner
An iOS material design spinner view
Stars: ✭ 127 (+16.51%)
Mutual labels:  material-design, loader, spinner
Progresskit
Progress Views for Cocoa
Stars: ✭ 510 (+367.89%)
Mutual labels:  xcode, cocoapods, spinner
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (+982.57%)
Mutual labels:  xcode, cocoapods
Alamofire
Elegant HTTP Networking in Swift
Stars: ✭ 36,896 (+33749.54%)
Mutual labels:  xcode, cocoapods
Materialspinner
Implementation of a Material Spinner for Android with TextInputLayout functionalities
Stars: ✭ 107 (-1.83%)
Mutual labels:  material-design, spinner
Xmlmapper
A simple way to map XML to Objects written in Swift
Stars: ✭ 90 (-17.43%)
Mutual labels:  xcode, cocoapods
Luautocompleteview
Highly configurable autocomplete view that is attachable to any UITextField
Stars: ✭ 55 (-49.54%)
Mutual labels:  xcode, cocoapods
Dikit
Dependency Injection Framework for Swift, inspired by KOIN.
Stars: ✭ 77 (-29.36%)
Mutual labels:  cocoapods, swiftpm
Smartmaterialspinner
The powerful android spinner library for your application
Stars: ✭ 108 (-0.92%)
Mutual labels:  material-design, spinner
Materialspinner
A spinner view for Android
Stars: ✭ 1,173 (+976.15%)
Mutual labels:  material-design, spinner
Corenavigation
📱📲 Navigate between view controllers with ease. 💫 🔜 More stable version (written in Swift 5) coming soon.
Stars: ✭ 69 (-36.7%)
Mutual labels:  xcode, cocoapods
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (-30.28%)
Mutual labels:  xcode, cocoapods
Imageslideshow
A Swift Image SlideShow for iOS
Stars: ✭ 68 (-37.61%)
Mutual labels:  xcode, cocoapods
Sfacecompare
Simple lib for iOS to find and compare faces.
Stars: ✭ 83 (-23.85%)
Mutual labels:  xcode, cocoapods
Pluggableappdelegate
!! No longer supported !! A lightweight service-oriented AppDelegate for iOS, made in Swift.
Stars: ✭ 96 (-11.93%)
Mutual labels:  xcode, cocoapods
Mscircularslider
A fully-featured, powerful circular slider for iOS applications
Stars: ✭ 94 (-13.76%)
Mutual labels:  xcode, cocoapods
Swifterswift
A handy collection of more than 500 native Swift extensions to boost your productivity.
Stars: ✭ 10,706 (+9722.02%)
Mutual labels:  xcode, cocoapods
Nextgrowingtextview
📝 The next in the generations of 'growing textviews' optimized for iOS 8 and above.
Stars: ✭ 1,540 (+1312.84%)
Mutual labels:  xcode, cocoapods

MaterialActivityIndicator

Codacy Badge CI Status Version License Platform

MaterialActivityIndicatorView is a drop in replacement for UIActivityIndicatorView

Example

Material activity indicator in Swift
To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

This pod requires a deployment target of iOS 9.3 or greater

Installation

Swift Package Manager

  • File > Swift Packages > Add Package Dependency
  • Add https://github.com/nspavlo/MaterialActivityIndicator

CocoaPods

MaterialActivityIndicator is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MaterialActivityIndicator'

Usage

let indicator = MaterialActivityIndicatorView()
indicator.startAnimating()

Author

@JansPavlovs 👨‍💻

License

MaterialActivityIndicator is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].