文件名称:SCLAlertView:精美的动画警报视图。 用Objective-C编写
文件大小:604KB
文件格式:ZIP
更新时间:2024-02-24 08:25:32
ios alert objective-c cocoapods carthage
SCLAlertView-Objective-C 用Swift编写的动画警报视图,但已移植到Objective-C,可以用作UIAlertView或UIAlertController替代品。 _ _ _ 流利的风格 SCLAlertViewBuilder *builder = [SCLAlertViewBuilder new ] .addButtonWithActionBlock( @" Send " , ^{ /* work here */ }); SCLAlertViewShowBuilder *showBuilder = [SCLAlertViewShowBuilder new ] .style(SCLAlertViewStyleWarning) .title( @" Title " ) .subTitle( @" Subtitle " ) .duration( 0 ); [showBuilder showAlertView: builder.alertView onViewController: self .window.rootViewController]; // or
【文件预览】:
SCLAlertView-master
----SCLAlertView()
--------SCLTimerDisplay.h(1KB)
--------SCLAlertView.m(66KB)
--------SCLAlertViewStyleKit.h(1KB)
--------SCLSwitchView.m(3KB)
--------SCLButton.h(3KB)
--------SCLSwitchView.h(663B)
--------SCLAlertViewStyleKit.m(18KB)
--------UIImage+ImageEffects.h(6KB)
--------SCLAlertViewResponder.m(863B)
--------UIImage+ImageEffects.m(14KB)
--------SCLAlertView.h(25KB)
--------SCLTimerDisplay.m(4KB)
--------SCLButton.m(4KB)
--------SCLMacros.h(1KB)
--------SCLAlertViewResponder.h(476B)
--------SCLTextView.m(1KB)
--------SCLTextView.h(306B)
----SCLAlertView-Objective-C.podspec(1007B)
----SCLAlertViewExample()
--------Fonts()
--------main.m(357B)
--------ViewController()
--------Sounds()
--------Base.lproj()
--------SCLAlertView-Objective-C-prefix.pch(394B)
--------Images.xcassets()
--------AppDelegate()
--------Info.plist(2KB)
--------Category()
----SCLAlertView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(37KB)
--------xcshareddata()
----.github()
--------PULL_REQUEST_TEMPLATE.md(103B)
--------ISSUE_TEMPLATE()
--------workflows()
--------scripts()
--------stale.yml(700B)
----SCLAlertViewTests()
--------SCLAlertViewTests.m(897B)
--------Info.plist(733B)
----LICENSE(1KB)
----CONTRIBUTING.md(1000B)
----Gemfile(161B)
----Gemfile.lock(2KB)
----ScreenShots()
--------ScreenShot6.png(45KB)
--------ScreenShot2.png(33KB)
--------ScreenShot4.png(29KB)
--------ScreenShot8.png(29KB)
--------ScreenShot5.png(38KB)
--------ScreenShot7.png(36KB)
--------ScreenShot.png(38KB)
--------ScreenShot3.png(39KB)
----SCLAlertViewFramework()
--------SCLAlertViewFramework.h(435B)
--------Info.plist(806B)
----.ruby-version(6B)
----.gitignore(533B)
----CHANGELOG.md(35KB)
----CODE_OF_CONDUCT.md(3KB)
----README.md(14KB)