Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 246 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 246 Bytes

YCPopView

一行代码搞定各种弹框模式

#pod

pod 'YCPopView'

#使用示例

let alertView = AlertView(frame: CGRect(x: 0, y: 0, 
width: 200, height: 200))
alertView.backgroundColor = UIColor.red
alertView.show(in: view)