On 06 Feb 2012, at 09:29, Martin Hewitson wrote:
> Hi Luc,
>
> Attached is a split view controller which I think does what you want, or at
> least should enough to go on. This is cobbled together from various examples
> I found on the web. The code is experimental and probably needs some cleani
Hi Luc,
Attached is a split view controller which I think does what you want, or at
least should enough to go on. This is cobbled together from various examples I
found on the web. The code is experimental and probably needs some cleaning up.
Cheers,
Martin
MHSlidingSplitViewController.h
De
Hey Luc, how are you?
I had to implement this exact functionality in a commercial project and here is
what I've found:
- The delegate methods will be called when the animation occurs---continuously.
So, if you are limiting the size of one of the subviews via
"splitView:min/max...", this is goi
I've been trying to implement a splitview with animated collapse/uncollapse of
one of its subviews. So far without success, although I think I'm very close to
a working solution. There's a lot of documentation and sample code on the
internet, but none of what I have found seems to fit my needs.