iPad slidable panel control like twitter
Asked Answered
L

3

12

What would be the mechanism behind twitter iPad application? I feel its having split viewcontroller, viewcontrollers with animation and gesture controls, or there may be scrollviews for endless scrolling. How can I develop same UI for my application?

Lepper answered 18/10, 2010 at 11:12 Comment(0)
F
5

Hey, here our is a demo project which is inspired by Twitter-ipad app

http://www.raweng.com/blog/stack-scroll-view/

its source code is opensource on githib (link posted in above blog).

hope that help u to understand the concept behind it !!

Fiji answered 12/5, 2011 at 8:40 Comment(2)
Yep, that's a great one, I'm glad you mentioned it because I was returning to update my answer to redirect to your work. There's a few good forks of the project too. There's one in particular that adds icons to the cells/"tabs". Right now, I'm trying to work out how to build in persistence of the view hierarchy.Claudicant
@Martin i guess site is under maintenance. anyways you can go directly to github link here github.com/raweng/StackScrollViewFiji
C
2

Matt Gammell ... He did a draggable split view. Its the closest i can think of may be configurable to emulate that http://github.com/mattgemmell/MGSplitViewController

Claudicant answered 7/3, 2011 at 5:31 Comment(0)
C
0

I believe it is just a scroll view with enabled paging, that moves it's subviews on scrollViewDidScroll, does some additional animation in scrollViewDidEndScrollingAnimation method and with some other slick and sexy things :)

Cocci answered 14/3, 2011 at 9:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.