Update README.md, better presentation
This commit is contained in:
parent
bd56e8c8b9
commit
c5659d0423
14
README.md
14
README.md
|
|
@ -15,18 +15,17 @@ Ideal to represent steps.
|
|||
TGPControls are **AutoLayout** ready, support **iOS 8** `IB Designable` and `IB Inspectable` properties, yet runs as far back as iOS 7.
|
||||
|
||||
##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)
|
||||
|
|
@ -95,7 +94,7 @@ You can then use TGPCamelLabels on top of other UI elements with no ill effet.
|
|||
|
||||

|
||||
|
||||
###Complete example
|
||||
###Code example
|
||||
```
|
||||
#import "ViewController.h"
|
||||
#import "TGPDiscreteSlider.h"
|
||||
|
|
@ -155,3 +154,8 @@ You can then use TGPCamelLabels on top of other UI elements with no ill effet.
|
|||
|
||||
@end
|
||||
```
|
||||
###Customization example
|
||||
|
||||

|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue