From 760aaeab70bdce18779fb3f6eb036640e793bbab Mon Sep 17 00:00:00 2001 From: Sam Vermette Date: Sat, 1 Oct 2011 02:05:20 -0400 Subject: [PATCH] Updated Read me. --- README.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 2227114..cc0d840 100644 --- a/README.textile +++ b/README.textile @@ -36,6 +36,7 @@ SVSegmentedControl can be customized with the following properties:
 @property (nonatomic, readwrite) NSUInteger selectedIndex; // default is 0
+@property (nonatomic, readwrite) BOOL animateToInitialSelection; // default is NO
 @property (nonatomic, retain) UIImage *backgroundImage; // default is nil
 @property (nonatomic, retain) UIFont *font; // default is [UIFont boldSystemFontOfSize:15]
 @property (nonatomic, retain) UIColor *textColor; // default is [UIColor grayColor];
@@ -90,4 +91,4 @@ segmentedControl.selectedSegmentChangedHandler = ^(id sender) {
 
 h2. Credits
 
-SVSegmentedControl is brought to you by "Sam Vermette":http://samvermette.com ("@samvermette":http://twitter.com/samvermette) and "contributors to the project":https://github.com/samvermette/SVSegmentedControl/contributors. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by "creating new issues":https://github.com/samvermette/SVSegmentedControl/issues/new. If you're using SVSegmentedControl in your project, proper attribution would be nice.
\ No newline at end of file
+SVSegmentedControl is brought to you by "Sam Vermette":http://samvermette.com and "contributors to the project":https://github.com/samvermette/SVSegmentedControl/contributors. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by "creating new issues":https://github.com/samvermette/SVSegmentedControl/issues/new. If you're using SVSegmentedControl in your project, proper attribution would be nice.
\ No newline at end of file