SWRevealViewController pushing FrontVC is not causing animation and not responding to notifications

前端 未结 1 1719
半阙折子戏
半阙折子戏 2021-01-16 18:55

I am working on SWRevealViewController in which I have a scenario in which -

Demo code link - https://www.dropbox.com/s/02fjub838hv95cr/SWRevealVC.zip?dl=0

相关标签:
1条回答
  • 2021-01-16 19:21

    1.SWRevealViewController have SW_Front & SW_REAR .

    2.To use this you need to implement this hierarchy

    ->swrevealviewcontroller -->swfront--->viewcontroller
    -->swrear---->viewcontroller

    3.in your case why that code doesn't work means .

    4.From sw_rear you have to use this animation ,then it will work sure.

    0 讨论(0)
提交回复
热议问题