-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added some indications in the README
- Loading branch information
dd2284
committed
Jan 15, 2011
1 parent
57163ac
commit 9f90d7c
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |