文件名称:NewYorkAlert:Swift使用Swift编写的适用于iOS的现代警报和操作表
文件大小:990KB
文件格式:ZIP
更新时间:2024-03-28 15:33:10
Swift
用Swift编写的适用于iOS的现代警报和操作表。 介绍 NewYorkAlert是用Swift编写的适用于iOS的现代警报和操作表。 特征 现代设计 易于添加文本字段和图像 支持暗模式 可以通过背景水龙头关闭 要求 斯威夫特5.1 iOS 11.0或更高版本 用法 默认警报 let alert = NewYorkAlertController ( title : " Title " , message : " Message " , style : . alert ) let ok = NewYorkButton ( title : " OK " , style : . default ) { _ in print ( " Tapped OK " ) } let cancel = NewYorkButton ( title : " Cancel " , style :
【文件预览】:
NewYorkAlert-master
----NewYorkAlert.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(23KB)
--------xcshareddata()
----docs()
--------css()
--------undocumented.json(87B)
--------img()
--------docsets()
--------search.json(6KB)
--------badge.svg(1KB)
--------index.html(14KB)
--------js()
--------Enums()
--------Classes.html(6KB)
--------Enums.html(4KB)
--------Classes()
----.swiftlint.yml(455B)
----Example()
--------ViewController.swift(9KB)
--------Assets.xcassets()
--------Base.lproj()
--------AppDelegate.swift(1KB)
--------Info.plist(2KB)
--------SceneDelegate.swift(2KB)
----LICENSE(1KB)
----Assets()
--------action_sheet_dark.png(44KB)
--------alert.png(43KB)
--------text_fields_dark.png(36KB)
--------all_button_styles.png(36KB)
--------text_fields.png(39KB)
--------logo.png(20KB)
--------action_sheet.png(37KB)
--------alert_dark.png(41KB)
----Sources()
--------Internal()
--------Color.swift(5KB)
--------NewYorkButton.swift(3KB)
--------NewYorkAlertController.swift(8KB)
--------Info.plist(752B)
----Package.swift(446B)
----.jazzy.yml(280B)
----.gitignore(2KB)
----NewYorkAlert.podspec(681B)
----README.md(4KB)