文件名称:UIView-Shimmer:使用Core Animation将花哨的闪光效果应用到iOS应用程序的任何UIView元素的简单方法
文件大小:710KB
文件格式:ZIP
更新时间:2024-06-15 03:22:35
swift template ios placeholder animation
将闪光效果应用于iOS应用程序的任何视图及其子视图的超级简单方法。 要求 iOS 10以上 安装 可可豆 UIView-Shimmer可通过。 要安装它,只需将以下行添加到您的Podfile中: pod 'UIView-Shimmer' , '~> 1.0' 然后导入 import UIView_Shimmer 迅捷软件包管理器 UIView-Shimmer可通过Swift Package Manager获得。 要添加软件包,请转到File -> Swift Packages -> Add Package Dependancy name : "UIView-Shimmer" url : https : //github . com / omerfarukozturk / UIView - Shimmer . git version : 1.0 . 2 曼努埃尔 如果您不想
【文件预览】:
UIView-Shimmer-master
----.gitignore(2KB)
----Package.swift(1KB)
----README.md(6KB)
----UIView-Shimmer.podspec(949B)
----.swiftpm()
--------xcode()
----.github()
--------workflows()
----Resources()
--------shimmer_excluded.png(11KB)
--------template_on.png(7KB)
--------shimmer_animation_dark.gif(235KB)
--------template_default.png(24KB)
--------uiview-shimmer.png(34KB)
--------shimmer_animated.gif(65KB)
--------shimmer_animation_light.gif(316KB)
----Sources()
--------UIView-Shimmer()
----LICENSE(1KB)
----UIView-Shimmer.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(29KB)
--------xcshareddata()
----ShimmerExamples()
--------SceneDelegate.swift(423B)
--------SampleDetailViewController.swift(4KB)
--------AppDelegate.swift(445B)
--------Base.lproj()
--------Assets.xcassets()
--------Info.plist(2KB)
--------SampleTableViewController.swift(2KB)
--------SampleTableViewCell.swift(821B)
----Tests()
--------UIView-ShimmerTests()
----.travis.yml(450B)
----.slather.yml(147B)