All Projects → TBXark → Tkswitchercollection

TBXark / Tkswitchercollection

Licence: mit
An animation switch collection

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Tkswitchercollection

Tkrubberindicator
A rubber animation pagecontrol
Stars: ✭ 1,337 (+52.45%)
Mutual labels:  cocoapods, carthage, uikit, ios-animation, coreanimation
Tkdotsegment
TKDotSegment is a segment with dot animation
Stars: ✭ 103 (-88.26%)
Mutual labels:  cocoapods, carthage, ios-animation, widget
Stepslider
StepSlider its custom implementation of slider such as UISlider for preset integer values.
Stars: ✭ 391 (-55.42%)
Mutual labels:  cocoapods, carthage, uikit, coreanimation
Pinterestsegment
A Pinterest-like segment control with masking animation.
Stars: ✭ 560 (-36.15%)
Mutual labels:  cocoapods, ios-animation, coreanimation, widget
Swifterswift
A handy collection of more than 500 native Swift extensions to boost your productivity.
Stars: ✭ 10,706 (+1120.75%)
Mutual labels:  cocoapods, carthage, uikit
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 (+34.55%)
Mutual labels:  cocoapods, carthage, ios-animation
Statusalert
Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow in iOS-like way.
Stars: ✭ 809 (-7.75%)
Mutual labels:  cocoapods, carthage, uikit
Ezswiftextensions
😏 How Swift standard types and classes were supposed to work.
Stars: ✭ 2,911 (+231.93%)
Mutual labels:  cocoapods, carthage, uikit
Nvactivityindicatorview
A collection of awesome loading animations
Stars: ✭ 10,031 (+1043.79%)
Mutual labels:  cocoapods, carthage, ios-animation
Bfkit
BFKit is a collection of useful classes and categories to develop Apps faster.
Stars: ✭ 811 (-7.53%)
Mutual labels:  cocoapods, carthage, uikit
Tweetextfield
Lightweight set of text fields with nice animation and functionality. 🚀 Inspired by https://uimovement.com/ui/2524/input-field-help/
Stars: ✭ 421 (-52%)
Mutual labels:  cocoapods, carthage, uikit
Hokusai
A Swift library to provide a bouncy action sheet
Stars: ✭ 431 (-50.86%)
Mutual labels:  cocoapods, carthage, uikit
Bfkit Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
Stars: ✭ 963 (+9.81%)
Mutual labels:  cocoapods, carthage, uikit
Alertift
Swifty, modern UIAlertController wrapper.
Stars: ✭ 242 (-72.41%)
Mutual labels:  cocoapods, carthage, uikit
Gemini
Gemini is rich scroll based animation framework for iOS, written in Swift.
Stars: ✭ 2,965 (+238.08%)
Mutual labels:  cocoapods, carthage, ios-animation
Chromacolorpicker
🎨 An intuitive iOS color picker built in Swift.
Stars: ✭ 434 (-50.51%)
Mutual labels:  cocoapods, carthage, ios-animation
Watchdoginspector
Shows your current framerate (fps) in the status bar of your iOS app
Stars: ✭ 497 (-43.33%)
Mutual labels:  cocoapods, carthage, uikit
Blockhook
Hook Objective-C blocks. A powerful AOP tool.
Stars: ✭ 742 (-15.39%)
Mutual labels:  cocoapods, carthage
Defaults
Swifty and modern UserDefaults
Stars: ✭ 734 (-16.31%)
Mutual labels:  cocoapods, carthage
Nightnight
Elegant way to integrate night mode to swift projects
Stars: ✭ 771 (-12.09%)
Mutual labels:  cocoapods, carthage

TKSwitcherCollection

An animate switch collection

Xcode 9.0+ iOS 8.0+ Swift 4.0+ Build Status CocoaPods Carthage compatible License MIT

Requirements

  • iOS 8.0+
  • Xcode 9.0
  • Swift 4.0

Installation

CocoaPods

You can use CocoaPods to install TKSwitcherCollection by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!
pod 'TKSwitcherCollection'

To get the full benefits import TKSwitcherCollection wherever you import UIKit

import UIKit
import TKSwitcherCollection

Carthage

Create a Cartfile that lists the framework and run carthage update. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/TKSwitcherCollection.framework to an iOS project.

github "tbxark/TKSwitcherCollection"

Manually

  1. Download and drop TKSwitcherCollection in your project.
  2. Congratulations!

Usage example

Class Example
TKSimpleSwitch
TKSimpleSwitch
TKExchangeSwitch
TKSmileSwitch
TKLiquidSwitch

Release History

  • 1.4.2 add IBDesignable/IBInspectable support
  • 1.4.1 bugs fixed
  • 1.4.0 support swift 4.0
  • 1.3.1 support swift 3.0
  • 1.0.3 Complete basic functions, add Cocoapod and Carthage support

Contribute

We would love for you to contribute to TKSwitcherCollection, check the LICENSE file for more info.

Meta

TBXark – @tbxark[email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/TBXark

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