Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

a question similar to this was asked before and there are tonnes of open source examples for a single layered split view.. but I was wondering if there was one similar to the sparrow email client app, where you can drag/hide multiple views..

enter image description here

share|improve this question

2 Answers

up vote 4 down vote accepted

You can check this and this

Both contains functionality which you are looking for and available on github.

share|improve this answer
JPStackedViewController is more like the one I was looking for.. although you can't drag the body of the UINavBar, just the bar itself.. the other link is the same as the ones in my question.. – abbood Jan 30 at 13:36
but point awarded because you sound like a decent guy :) – abbood Jan 30 at 13:59
@abbood Thank you. – Janak Nirmal Jan 31 at 4:38
just to clarify.. JPStackedViewController works if you drag the body as well if you set the flag https://github.com/pyro2927/JPStackedViewController.. so my previous point was wrong – abbood Mar 8 at 5:57

check out http://www.cocoacontrols.com. There are plenty of out-of-the box ready implementations for this kind of cunktionality.

Searches:

for "Stack": 1

for "Panel": 2

for "Slide": 3

for "Side": 4

share|improve this answer
i'm afraid none of those actually fit the bill – abbood Jan 30 at 13:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.