Page 1 of 1

disappearing footer

Posted: Fri Aug 01, 2014 11:33 pm
by dandun
I’m curious if anyone has played around with creating a disappearing footer for a mobile app when scrolling downward on a list and reappearing when scrolling up or about editing?


Regards
Dan

Re: disappearing footer

Posted: Sat Aug 02, 2014 12:18 am
by Simon
Hi Dan,
I think you'd use a group for the footer and hide/show as needed.
See "Using Swipe Gestures" in this lesson.
http://lessons.runrev.com/m/4069/l/2960 ... r-the-ipad
You could determine the direction of the swipe or there is probably an easier way to do it in scrollerDidScroll.

Simon

Re: disappearing footer

Posted: Sat Aug 02, 2014 2:01 am
by dandun
Thanks again Simon