appunite / CLCascade

Twitter-like cascade UI library
http://appunite.com/
Other
505 stars 67 forks source link

Add Feature #9

Open ghost opened 13 years ago

ghost commented 13 years ago

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 commented 13 years ago

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:

emilwojtaszek commented 13 years ago

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 commented 13 years ago

I've started working on multiple pages effect