In iOS, how to drag down to dismiss a modal?

后端 未结 15 2357
粉色の甜心
粉色の甜心 2020-11-28 00:41

A common way to dismiss a modal is to swipe down - How do we allows the user to drag the modal down, if it\'s far enough, the modal\'s dismissed, otherwise it animates back

15条回答
  •  眼角桃花
    2020-11-28 01:09

    I've created an easy to use extension.

    Just inherent Your UIViewController with InteractiveViewController and you are done InteractiveViewController

    call method showInteractive() from your controller to show as Interactive.

提交回复
热议问题