UIViewController half screen “drawer slide” animation

后端 未结 3 1473
一向
一向 2021-02-15 18:50

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:19

    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?

提交回复
热议问题