All Projects → jogendra → Loadingshimmer

jogendra / Loadingshimmer

Licence: mit
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.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Loadingshimmer

Swiftlyext
SwiftlyExt is a collection of useful extensions for Swift 3 standard classes and types 🚀
Stars: ✭ 31 (-97.37%)
Mutual labels:  swift-framework, xcode, cocoapods, carthage, swift-package-manager
Badgehub
A way to quickly add a notification badge icon to any view. Make any view of a full-fledged animated notification center.
Stars: ✭ 592 (-49.83%)
Mutual labels:  hacktoberfest, swift-framework, xcode, cocoapods, animations
Cdmarkdownkit
An extensive Swift framework providing simple and customizable markdown parsing.
Stars: ✭ 158 (-86.61%)
Mutual labels:  xcode, cocoapods, carthage, swift-package-manager
L10n Swift
Localization of the application with ability to change language "on the fly" and support for plural form in any language.
Stars: ✭ 177 (-85%)
Mutual labels:  swift-framework, cocoapods, carthage, swift-package-manager
Skeletonview
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
Stars: ✭ 10,804 (+815.59%)
Mutual labels:  hacktoberfest, carthage, swift-package-manager, ios-animation
Alamofire
Elegant HTTP Networking in Swift
Stars: ✭ 36,896 (+3026.78%)
Mutual labels:  xcode, cocoapods, carthage, swift-package-manager
Natrium
A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
Stars: ✭ 131 (-88.9%)
Mutual labels:  xcode, cocoapods, carthage, swift-package-manager
Bfkit Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
Stars: ✭ 963 (-18.39%)
Mutual labels:  xcode, cocoapods, carthage, swift-package-manager
Nextgrowingtextview
📝 The next in the generations of 'growing textviews' optimized for iOS 8 and above.
Stars: ✭ 1,540 (+30.51%)
Mutual labels:  hacktoberfest, xcode, cocoapods, carthage
Hero
Elegant transition library for iOS & tvOS
Stars: ✭ 20,547 (+1641.27%)
Mutual labels:  xcode, carthage, animations, ios-animation
Stepslider
StepSlider its custom implementation of slider such as UISlider for preset integer values.
Stars: ✭ 391 (-66.86%)
Mutual labels:  xcode, cocoapods, carthage, labels
Swiftframeworktemplate
A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file
Stars: ✭ 527 (-55.34%)
Mutual labels:  framework, cocoapods, carthage, swift-package-manager
Taniwhatextfield
My first cocoapod framework
Stars: ✭ 26 (-97.8%)
Mutual labels:  framework, swift-framework, cocoapods, swift-package-manager
Swifterswift
A handy collection of more than 500 native Swift extensions to boost your productivity.
Stars: ✭ 10,706 (+807.29%)
Mutual labels:  xcode, cocoapods, carthage, swift-package-manager
Xmlmapper
A simple way to map XML to Objects written in Swift
Stars: ✭ 90 (-92.37%)
Mutual labels:  xcode, cocoapods, carthage, swift-package-manager
Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (-81.69%)
Mutual labels:  hacktoberfest, cocoapods, carthage, swift-package-manager
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (-51.69%)
Mutual labels:  swift-framework, xcode, cocoapods, carthage
Keyboardhidemanager
Codeless manager to hide keyboard by tapping on views for iOS written in Swift
Stars: ✭ 57 (-95.17%)
Mutual labels:  framework, swift-framework, library, cocoapods
Preferences
⚙ Add a preferences window to your macOS app in minutes
Stars: ✭ 898 (-23.9%)
Mutual labels:  cocoapods, carthage, swift-package-manager
Tkswitchercollection
An animation switch collection
Stars: ✭ 877 (-25.68%)
Mutual labels:  cocoapods, carthage, ios-animation

LoadingShimmer

An easy way to add a shimmering effect to any view with just single line of code. It is useful as an unobtrusive loading indicator. This is a network request waiting for the framework, the framework to increase the dynamic effect, convenient and fast, a line of code can be used.

CI Status Version License Platform

Demo/Example

For demo:

$ pod try LoadingShimmer

To run the example project, clone the repo, and run pod install from the Example directory first.

$ cd Example
$ pod install

If you don't have CocoaPods installed, grab it with [sudo] gem install cocoapods.

$ open LoadingShimmer.xcworkspace

Requirements

  • iOS 10.0 or later
  • Swift 5+
  • Xcode 10+

Installation

CocoaPods

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

pod 'LoadingShimmer'

Manual Installation

Just drag the LoadingShimmer.swift files into your project.

Usage

Start Covering Loading -

LoadingShimmer.startCovering(view)

Stop Covering Loading -

LoadingShimmer.stopCovering(view)

Don't forget to import LoadingShimmer

Author

Jogendra Singh

The pod is inspired by DWLoadingShimmer

License

LoadingShimmer 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].