Changed ReadMe

This commit is contained in:
Zhigang Fang
2013-01-20 16:36:48 +08:00
parent 851cb686f2
commit 2f1afe7c2f

View File

@@ -14,13 +14,9 @@ The head view will be a full featured UIView, it can handle touch event or even
2. Import those two files into your VC.
3. In `ViewDidLoad`. Initialate the parallelView:
- (void)addParallelViewWithUIView:(UIView *)
- (void)addParallelViewWithUIView:(UIView *)aViewToAdd withDisplayRadio:(CGFloat )displayRadio;
//By default, displayRadio is 0.5
- (void)addParallelViewWithUIView:(UIView *)aViewToAdd withDisplayRadio:(CGFloat )displayRadio cutOffAtMax:(BOOL)cutOffAtMax;
//By default, displayRadio is 0.5
//By default, cutOffAtMax is set to NO
//Set cutOffAtMax to YES to stop the scrolling when it hits the top.
4. Thx to **awesome** [fengjian0106](https://github.com/fengjian0106), this is all you need to do.