Added Cut Off At Max

This commit is contained in:
Zhigang Fang
2013-01-19 22:44:39 +08:00
parent 200e517b80
commit eafb0d9d3d
3 changed files with 31 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
#warning init with or without displayRadio. This is the first line of code
//[self.tableView addParallelViewWithUIView:self.awesomeZG];
[self.tableView addParallelViewWithUIView:self.awesomeZG withDisplayRadio:0.7];
[self.tableView addParallelViewWithUIView:self.awesomeZG withDisplayRadio:0.7 cutOffAtMax:YES];
/** below is just a test for kvo remove, you can ignore it