ZMPopover
Popover component for iOS with Swift.
Screenshot
Setup
CocoaPods
Install withplatform :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)