Skip to content

justXyS/YCPopView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published