You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I make my top view appear over the mid view, instead of scrolling and replacing the current one that is in the view? So when scrolling down, the top view is falling over the mid view, so I have two controllers on each other(just like snapchat has when scrolling down in the camera view, so the current user info comes over the camera)
The text was updated successfully, but these errors were encountered:
If there is no other vertically scrolling content on your center view just make a UIScrollview that's twice the height of your current view and embed the top view controller.
How can I make my top view appear over the mid view, instead of scrolling and replacing the current one that is in the view? So when scrolling down, the top view is falling over the mid view, so I have two controllers on each other(just like snapchat has when scrolling down in the camera view, so the current user info comes over the camera)
The text was updated successfully, but these errors were encountered: