Skip to content

cbahai/PopupSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopupSheet

PopupSheet

Requirements

  • iOS 8.0+
  • Swift 4

Installation

Carthage

You can use Carthage to install PopupSheet by adding it to your Cartfile:

github "cbahai/PopupSheet"

Or

git "ssh://gitlab/fengyonghai/PopupSheet.git"

Usage

import PopupSheet
let psvc = PopupSheetViewController.newInstance(withContent: UIView()/*or `UIViewController()`*/, direction: .up)
psvc.offset = 50
psvc.show(in: aViewController)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published