All Projects → devfeather → GradientLoading

devfeather / GradientLoading

Licence: MIT license
No description or website provided.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to GradientLoading

Vue Content Loader
SVG component to create placeholder loading, like Facebook cards loading.
Stars: ✭ 2,790 (+23150%)
Mutual labels:  loading
guide-to-async-components
📖 Guide To JavaScript Async Components
Stars: ✭ 79 (+558.33%)
Mutual labels:  loading
blur-up
A tool that creates preview images.
Stars: ✭ 28 (+133.33%)
Mutual labels:  loading
React Awesome Spinners
Awesome spinners for React 👋 ⚛ Built with styled-components 💅
Stars: ✭ 237 (+1875%)
Mutual labels:  loading
react-native-whc-loading
A react native module to show loading ui, it works on iOS and Android.
Stars: ✭ 32 (+166.67%)
Mutual labels:  loading
ember-await
Await component for Ember Applications. Resolve your data on demand, just when needed.
Stars: ✭ 54 (+350%)
Mutual labels:  loading
Demoloadview
切换加载中,加载失败,加载成功布局,定义一个LoadViewHelper所有界面通用,通同时也支持单个自定义无需添加布局中view, 大大降低耦合性
Stars: ✭ 218 (+1716.67%)
Mutual labels:  loading
spinners-angular
Lightweight SVG/CSS spinners for Angular
Stars: ✭ 21 (+75%)
Mutual labels:  loading
respinner
Pretty and customizable svg spinners for React.js
Stars: ✭ 89 (+641.67%)
Mutual labels:  loading
resource-loader
Getting files out of a JAR or loading a shared library is difficult. We made it easy.
Stars: ✭ 15 (+25%)
Mutual labels:  loading
Tabanimated
A skeleton screen framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
Stars: ✭ 2,909 (+24141.67%)
Mutual labels:  loading
AMProgressHUD
A gif progress HUD for iOS.
Stars: ✭ 18 (+50%)
Mutual labels:  loading
ZXLoadingView
🍕ZXLoadingView is an iOS progress-activity
Stars: ✭ 14 (+16.67%)
Mutual labels:  loading
Vue Element Loading
⏳ Loading inside a container or full screen for Vue.js
Stars: ✭ 234 (+1850%)
Mutual labels:  loading
LottieDemo
This Demo contains a reference to use Lottie Library by Airbnb in an Android Project. An animation JSON file can be played using LottieAnimationView.
Stars: ✭ 33 (+175%)
Mutual labels:  loading
Is Loading
Simple library to show visual feedback when loading data or any action that would take time
Stars: ✭ 232 (+1833.33%)
Mutual labels:  loading
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+250%)
Mutual labels:  loading
ember-contextual-services
Services in Ember are scoped to the app as a whole and are singletons. Sometimes you don't want that. :) This addon provides ephemeral route-based services.
Stars: ✭ 20 (+66.67%)
Mutual labels:  loading
vue-loading-button
👇 Vue button with slideout loading indicator
Stars: ✭ 39 (+225%)
Mutual labels:  loading
flutter easyloading
✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web
Stars: ✭ 1,021 (+8408.33%)
Mutual labels:  loading

GradientLoading

Swift CocoaPods

  • Easy to use Loading View in iOS

image

Requirements

  • iOS 8.0+
  • Swift 3.0

Example

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

Installation

CocoaPods

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

pod 'GradientLoading'

Usage

// Setup Text, Font, Stroke Color, Stroke Width.
GradientLoading.shared.setFontAttributes(text: "Jennie")

// use setCollectionColors or setColors.
GradientLoading.shared.setCollectionColors(.aurora)
// GradientLoading.shared.setColors([])

GradientLoading.shared.show()

Author

feather, [email protected]

License

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