在 iOS 5+ 上实现了 iOS 7 的 UISwitch 效果:KLSwitch
jopen
11年前
KLSwitch 在 iOS 5+ 上实现了 iOS 7 的 UISwitch 效果。
安装方法:
1. Drag the KLSwitch.xcodeproj to your existing project 2. Under Build Phases on your project's Xcode Project file add 'KLSwitch(KLSwitch)' to your Target Dependancies 3. Under Build on your Xcode Project file add 'libKLSwitch' & QuartzCore.framework under Link Binary With Libraries 4. Include #import <KLSwitch/KLSwitch.h> in any file you wish to use