swift - iOS slide the whole viewcontroller like Facebook -


when use facebook app , slide screen left right it'll open new view controller. , it's not navigation effect because whole view controller move, including status bar (like this picture).

if use gesture move view, can move view container, can't move whole view include status bar. if use (viewcontroller.addsubview) . these 2 views use same status bar. (this pic), can see these views use individual status bar. want create effect don't have idea how implement. know how effect?

read uiswipegesturerecognizer, others have said. here's link:

https://developer.apple.com/documentation/uikit/uigesturerecognizer

look it, , ask if have more questions.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -