Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Feature #9

Open
ghost opened this issue Aug 17, 2011 · 3 comments
Open

Add Feature #9

ghost opened this issue Aug 17, 2011 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 17, 2011

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
Copy link
Author

ghost commented Aug 17, 2011

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 --> ###

@emilwojtaszek
Copy link
Member

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
Copy link
Member

I've started working on multiple pages effect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant