Skip to content

Commit

Permalink
added some indications in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dd2284 committed Jan 15, 2011
1 parent 57163ac commit 9f90d7c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
An easily customizable alternative to Apple's UIPageControl

DDPageControl redefines exactly every property and methods available in UIPageControl.
Using DDPageControl without customization will actually lead exactly to a UIPageControl.

However, the power of DDPageControl is that you can set some additional properties that will affect the way the look and feel of the page controls.

There are two color properties: one for 'on' controls and one for 'off' controls. You are free to pass an alpha channel for any of these colors'

You can also set the type of indicators you want as a filled circle or a simple ellipse.

Finally, the diameter of every indicator and their spacing is also customisable by setting a couple of properties.

0 comments on commit 9f90d7c

Please sign in to comment.