目录

NKModalPresenter

NKModalPresenter allows you to present modal view controller easily and beautifully with animation.

Demo Gif

Installation

NKModalPresenter is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'NKModalPresenter'

Usage

import NKModalPresenter

let viewController = MyViewController()

// Presenting
viewController.presentAsModal()
viewController.presentAsModal(animate: .from(view)) // transition from view
viewController.presentAsModal(animate: .fromTop, to: .center) // customize the animation path

// Modal Controller Configuration
viewController.modalController?.updatePosition(.top) // change position
viewController.modalController?.dismissAnimation = .toBottom // change dismiss animation
viewController.modalController?.tapOutsideToDismiss = true
viewController.modalController?.dragToDismiss = true
viewController.modalController?.avoidKeyboard = true // auto push up when keyboard is visible

// Dismissing
viewController.dismissModal(animated: true, completion: nil)

Examples

Example project provided in Example folder.

Requirements

  • iOS 9+
  • Swift 4.2+
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号