CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

ZMPopover 0.1.0

ZMPopover 0.1.0

Maintained by TomHuang.



ZMPopover 0.1.0

  • By
  • Tom.Huang

ZMPopover

Popover component for iOS with Swift.

Screenshot

ZMPopover Screenshot

Setup

Install with CocoaPods

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

Example

Configuration

  • viewController
  • arrowSize
  • popoverBgColor

API

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

License

MIT