UIViewController half screen “drawer slide” animation

后端 未结 3 738
余生分开走
余生分开走 2021-02-15 18:57

I am trying to have a UIViewController that appears with a \"slide\" animation from the right. Not like a Push segue, not like the Facebook app. I want the new View

3条回答
  •  醉酒成梦
    2021-02-15 19:38

    I just created NDOverlayViewController to do something like this. Actually it can overlay/slide one view controller over another from any edge with variable offset, extent and animation options. I created it as an experiment but maybe it will be helpful to somebody?

提交回复
热议问题