Update README.md
This commit is contained in:
parent
018420414b
commit
bd56e8c8b9
14
README.md
14
README.md
|
|
@ -1,12 +1,12 @@
|
|||
# TGPControls
|
||||
##TGPDiscreteSlider
|
||||

|
||||

|
||||
|
||||
A slider with discrete steps, discrete range, with customizable track, thumb and ticks.
|
||||
Ideal to select steps.
|
||||
|
||||
##TGPCamelLabels
|
||||

|
||||

|
||||
|
||||
A set of animated labels representing a selection. Can be used alone or in conjunction with a UIControl.
|
||||
Ideal to represent steps.
|
||||
|
|
@ -17,16 +17,16 @@ TGPControls are **AutoLayout** ready, support **iOS 8** `IB Designable` and `IB
|
|||
##Fully Customizable
|
||||

|
||||
|
||||

|
||||
|
||||
Control everything about the slider or its labels, starting with colors and fonts, including track and ticks shape, and thumb shadows.
|
||||
All computations regarding range and sizing and handled automatically.
|
||||
Use the two classes in tandem to create stunning new controls, which can be resized dynamically, to intergrate beautifully into your application.
|
||||
|
||||

|
||||
|
||||

|
||||
Most customization can be done in **Interface Builder** and require **0 coding**.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
##How to integrate
|
||||
Using [CocoaPods](http://cocoapods.org/?q=TGPControls)
|
||||
|
|
@ -57,7 +57,7 @@ This makes TGPDiscreteSlider predictable. it is guarantied to always fit snuggly
|
|||
```
|
||||
That's all, and all you need to create this control:
|
||||
|
||||

|
||||

|
||||
|
||||
Change tickStyle, trackStyle, thumbStyle to be one of:
|
||||
- `ComponentStyleIOS` = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue