An animate switch collection
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
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"
TKSwitcherCollection in your project.| Class | Example |
|---|---|
| TKSimpleSwitch | ![]() |
| TKSimpleSwitch | ![]() |
| TKExchangeSwitch | ![]() |
| TKSmileSwitch | ![]() |
| TKLiquidSwitch | ![]() |
IBDesignable/IBInspectable supportWe would love for you to contribute to TKSwitcherCollection, check the LICENSE file for more info.
TBXark – @tbxark – tbxark@outlook.com
Distributed under the MIT license. See LICENSE for more information.