We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c80610 commit e4ff92eCopy full SHA for e4ff92e
README.md
@@ -1,15 +1,19 @@
1
# Switcher
2
Custom UISwitcher with animation. Thank to @andmironov for great design http://uimovement.com/ui/654/yet-another-toggle-animation/
3
## Usage
4
-1. Add custom Switcher to view
5
-2. Conform protocol SwitcherChangeValueDelegate to handle value changed event
+1. Add switcher throught XIB or Code.
+2. Custom color or switcher image directly in Storyboard.
6
+2. Conform protocol SwitcherChangeValueDelegate to handle value changed event.
7
+
8
+## CocoaPods
9
+```pod 'KNSwitcher'```
10
11
## Screenshot
12

13
14
-##Bug Found:
15
+## Bug Found:
16
Create issue or pull request. Please!!!!
17
-##License:
18
+## License:
19
Nothing special, just do what you need to
0 commit comments