文件名称:JLActionSheet:自定义 UIActionSheet
文件大小:31KB
文件格式:ZIP
更新时间:2024-07-06 10:44:19
Objective-C
JL行动表 一个易于使用和自定义的替换股票 UIActionSheet。 包括一个示例项目。 安装 将“Sources”文件夹的内容复制到您的项目中 用 可以像对待 UIActionSheet 一样对待 JLActionSheet。 通过实例初始化或类帮助器方法使用标题、委托、取消标题和任何其他按钮标题对其进行初始化。 代码使用ARC,需要QuartzCore框架初始化+sheetWithTitle:委托:cancelButtonTitle:otherButtonTitles: -initWithTitle:委托:cancelButtonTitle:otherButtonTitles: 风格通过 JLActionSheet 的 'style' 属性设置动作表的样式。 目前支持的样式在 JLActionSheetStyle 类中,包括 STEEL、SUPERCLEAN、FERRARI 和
【文件预览】:
JLActionSheet-master
----JLActionSheet.podspec(557B)
----JLActionSheet.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(16KB)
----JLActionSheet()
--------JLActionSheet-Prefix.pch(329B)
--------main.m(346B)
--------JLViewController.m(5KB)
--------Sources()
--------Default@2x.png(16KB)
--------JLAppDelegate.h(378B)
--------Default.png(6KB)
--------JLViewController.h(200B)
--------JLAppDelegate.m(2KB)
--------Default-568h@2x.png(18KB)
--------JLActionSheet-Info.plist(1KB)
--------en.lproj()
----License.md(1KB)
----README.md(3KB)