CLCascade icon indicating copy to clipboard operation
CLCascade copied to clipboard

Add Feature

Open ghost opened this issue 14 years ago • 3 comments

Right side Controllers: Please add two more delegate methods which guide to the listener that controllers are adding or removing. Obviously remove will call at the end when other than first controller all controllers are remove. but add method always call when a controller added.

ghost avatar Aug 17 '11 06:08 ghost

Right Side Controllers: Please add effect which show to user that multiple pages are in viewing state. Same as twitter you can see when user tap on detail view controller and further detail view controller and so on. User can see how much pages are loaded from right side. just like book pages. You need to do something like:

  • Suppose first detail view controller display on right side.
  • You tap on it and another detail view controller loaded from right side, now first DVC is gone to left and its X is about 59 pixel and when further DVC loaded from right side then all DVCs having X is the same as first so user can not judge that how much controllers are pushed, so plz check it and chnage something like: first DVC's X = 59 + 0 --> 59 second DVC's X = 59 + 1 --> 60 third DVC's X = 59 + 2 --> 61 ................... ............ n DVC's X = 59 + n-1 --> ###

ghost avatar Aug 17 '11 06:08 ghost

I know what you're thinking, but your solution is incorrect. It seems to me that this is done in such a way that image of overlapping pages is appended (kind of illusion). I have to think about it.

emilwojtaszek avatar Aug 17 '11 08:08 emilwojtaszek

I've started working on multiple pages effect

emilwojtaszek avatar Aug 25 '11 22:08 emilwojtaszek