All Projects → JastAir → Snackbar-iOS

JastAir / Snackbar-iOS

Licence: other
Simple snackbar for ios from android platform

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Snackbar-iOS

Pinlayout
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
Stars: ✭ 1,870 (+10900%)
Mutual labels:  cocoapod, ios-lib
nativescript-snackbar
NativeScript plugin for Material Design Snackbar
Stars: ✭ 22 (+29.41%)
Mutual labels:  snackbar
Motion-Tab-Bar
A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
Stars: ✭ 237 (+1294.12%)
Mutual labels:  ios-lib
cordova-spotify-oauth
🔐 Easy Spotify authentication for Cordova / PhoneGap apps
Stars: ✭ 15 (-11.76%)
Mutual labels:  ios-lib
DSFFloatLabelledTextControl
A macOS Cocoa single-line NSTextField/NSSecureTextField that implements the Float Label Pattern.
Stars: ✭ 21 (+23.53%)
Mutual labels:  cocoapod
ki-snackbar
An easy to use alternative of Android snackbar for iOS.
Stars: ✭ 12 (-29.41%)
Mutual labels:  snackbar
authorize-me
Authorization with social networks
Stars: ✭ 44 (+158.82%)
Mutual labels:  cocoapod
Intro
An iOS framework to easily create simple animated walkthrough, written in Swift.
Stars: ✭ 33 (+94.12%)
Mutual labels:  cocoapod
smart-show
Toast # Snackbar # Dialog
Stars: ✭ 500 (+2841.18%)
Mutual labels:  snackbar
MaterialDesignSample
Android transition元素共享动画、CoordinatorLayout、AppBarLayout、FloatingActionButton、BottomSheet、SnackBar、自定义behavior实现动画效果。
Stars: ✭ 28 (+64.71%)
Mutual labels:  snackbar
M2DWebViewController
Simple built-in web view controller using WebKit.
Stars: ✭ 25 (+47.06%)
Mutual labels:  ios-lib
cordova-spotify
🎶 A Cordova / PhoneGap plugin for the Spotify SDKs on iOS and Android
Stars: ✭ 22 (+29.41%)
Mutual labels:  ios-lib
GravityTagCloudView
A tag cloud view with gravity.
Stars: ✭ 22 (+29.41%)
Mutual labels:  cocoapod
Time4A
Advanced Date and Time Library for Android
Stars: ✭ 67 (+294.12%)
Mutual labels:  android-platform
QuizKit
⁉️ A framework for developing local or remote quiz apps for iOS or tvOS
Stars: ✭ 28 (+64.71%)
Mutual labels:  cocoapod
bs5-utils
A JavaScript utility package for Bootstrap 5 components.
Stars: ✭ 26 (+52.94%)
Mutual labels:  snackbar
flutter examples
Random flutter examples
Stars: ✭ 18 (+5.88%)
Mutual labels:  snackbar
StackViewLayout
Coming soon!
Stars: ✭ 26 (+52.94%)
Mutual labels:  ios-lib
SWindow
Easy to use Swift windows manager
Stars: ✭ 14 (-17.65%)
Mutual labels:  ios-lib
FoldViewController
FoldViewController is folding menu view controller for the iOS platform based on the excellent ECSlidingViewController and XYOrigami projects.
Stars: ✭ 12 (-29.41%)
Mutual labels:  ios-lib

Snackbar-iOS

Simple snackbar for ios from android platform

How use:

Just add "Snackbar.swift" to your project and use :)

#Example:

let sb = Snackbar()

sb.createWithAction(text: "Simple info text", actionTitle: "Push me", action: { print("Button is push") })

sb.show()

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