YNActionSheet:适用于iOS的自定义actionSheet

时间:2024-05-22 04:55:17
【文件属性】:

文件名称:YNActionSheet:适用于iOS的自定义actionSheet

文件大小:144KB

文件格式:ZIP

更新时间:2024-05-22 04:55:17

Swift

YNActionSheet-Swift中优雅的actionSheet YNActionSheet是在iOS上使用的自定义actionSheet,由Swift实施。 用法 var actionSheetView = YNActionSheet () actionSheetView. delegate = self actionSheetView. addCancelButton ( " CancelName " ) actionSheetView. addButtonWithTitle ( " titleName " ) self . presentViewController (actionSheetView, animate : true , completion : nil ) 安装 CocoaPods: pod 'YNActionSheet' 手动: 下载文件YNAction


【文件预览】:
YNActionSheet-master
----.gitignore(837B)
----Resource()
--------screenshots_1.png(35KB)
--------YNActionSheet.gif(106KB)
----LICENSE(1KB)
----README.md(1KB)
----YNActionSheet()
--------YNActionSheet.swift(4KB)
----YNActionSheet.podspec(1KB)
----YNActionSheetDemo()
--------YNActionSheetDemo.xcodeproj()
--------YNActionSheetDemoTests()
--------YNActionSheetDemo()

网友评论