What is the name of that "change of view" effect by sliding?

1

Several apps (Facebook, Twitter, Instagram) make use of a "touch enabled" effect where the user drags the entire screen and it changes the view. Do not confuse with the slide effect of the menu.

I would like to develop an app with this effect, but I can not find any source on this, as I do not even know the NAME of this component or effect.

Just to illustrate: in WhatsApp it changes the CONVERSATIONS, STATUS and CALLS options

    
asked by anonymous 17.08.2017 / 05:15

3 answers

0

I understand that this effect responds to an implementation that adheres to the Material Design interface pattern.

There are Android / iOS implementations.

link

link

    
17.08.2017 / 17:07
0

In the case of the iOS platform, by what you describe, I think UISwipeGestureRecognizer is used. link

    
17.08.2017 / 05:24
-1

I think you're referring to Navigation container type containers. In these View controllers you can slide that it pops the view controller from the top of the stack.

    
27.08.2017 / 16:21