Latest | 1.4.2 |
---|---|
Homepage | https://github.com/TBXark/TKSwitcherCollection |
License | MIT License |
Platforms | ios 8.0, requires ARC |
Authors |
An animate switch collection
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
- Download and drop
TKSwitcherCollection
in your project. - Congratulations!
Usage example
Class | Example |
---|---|
TKSimpleSwitch | ![]() |
TKSimpleSwitch | ![]() |
TKExchangeSwitch | ![]() |
TKSmileSwitch | ![]() |
TKLiquidSwitch | ![]() |
Release History
- 1.4.2
addIBDesignable
/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.
Latest podspec
{ "name": "TKSwitcherCollection", "version": "1.4.2", "summary": "A animate switcher cllection in Swift.", "license": { "type": "MIT License", "file": "LICENSE" }, "homepage": "https://github.com/TBXark/TKSwitcherCollection", "authors": { "TBXark": "[email protected]" }, "source": { "git": "https://github.com/TBXark/TKSwitcherCollection.git", "tag": "1.4.2" }, "platforms": { "ios": "8.0" }, "source_files": "TKSwitcherCollection/*.swift", "requires_arc": true }
Sun, 04 Feb 2018 18:20:04 +0000