Popularity
6.8
Declining
Activity
0.0
Stable
915
24
89

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: UI     Switch    
Latest version: v1.4.2

TKSwitcherCollection alternatives and similar libraries

Based on the "Switch" category.
Alternatively, view TKSwitcherCollection alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of TKSwitcherCollection or a related project?

Add another 'Switch' Library

README

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 all licence references and agreements mentioned in the TKSwitcherCollection README section above are relevant to that project's source code only.