Skip to content

nanjingboy/ZMPopover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZMPopover

Popover component for iOS with Swift.

Screenshot

ZMPopover Screenshot

Setup

Install with CocoaPods

platform :ios, '9.0'
pod 'ZMPopover', '~> 0.1.0'

Configuration

  • viewController
  • arrowSize
  • popoverBgColor

API

  • func show(_ anchor: UIView, contentView: UIView, popoverSize: CGSize, popoverMargin: UIEdgeInsets, scrollOrientation: ScrollOrientation)

License

MIT