文件名称:LTMorphingLabel:[EXPERIMENTAL]用Swift编写的UILabel的优美变形效果
文件大小:146KB
文件格式:ZIP
更新时间:2024-03-10 09:14:48
Swift
LTMorphingLabel 用Swift编写的变形UILabel子类。 .Scale效果模仿了WWDC 2014的。新的变形效果可作为Swift扩展使用。 枚举LTMorphingEffect:Int,可打印 .scale-默认 .Sparkle构建在QuartzCore.CAEmitterLayer之上。 这里还有一个。 SwiftUI public var body : some View { VStack { MorphingText ( " Awesome Morphing Text " , effect : . evaporate , font : UIFont. systemFont ( ofSize : 20 ), textColor : . bl
【文件预览】:
LTMorphingLabel-master
----.gitignore(2KB)
----.swiftlint.yml(299B)
----.travis.yml(266B)
----LTMorphingLabel.podspec(2KB)
----LTMorphingLabelDemo()
--------LTMorphingLabelDemo.storyboard(18KB)
--------Info.plist(1KB)
--------Images.xcassets()
--------LTDemoViewController.swift(3KB)
--------Launch Screen.storyboard(5KB)
--------AppDelegate.swift(586B)
----LICENSE(1KB)
----LTMorphingLabelDemo.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(53KB)
--------xcuserdata()
----.github()
--------FUNDING.yml(678B)
----README.md(6KB)
----LTMorphingLabelUITests()
--------LTMorphingLabelUITests.swift(1KB)
--------Info.plist(680B)
----LTMorphingLabelTests()
--------Info.plist(733B)
--------LTMorphingLabelTests.swift(3KB)
----LTMorphingLabel()
--------LTMorphingLabel.swift(17KB)
--------LTMorphingLabel+Pixelate.swift(4KB)
--------LTMorphingLabel+Sparkle.swift(6KB)
--------SwiftUI()
--------Particles()
--------LTMorphingEffect.swift(3KB)
--------LTMorphingLabel+Anvil.swift(11KB)
--------LTMorphingLabel+Evaporate.swift(3KB)
--------LTCharacterLimbo.swift(2KB)
--------Info.plist(806B)
--------LTEmitterView.swift(5KB)
--------LTStringDiffResult.swift(4KB)
--------LTMorphingLabel+Burn.swift(8KB)
--------LTEasing.swift(2KB)
--------tvOS-Info.plist(806B)
--------LTMorphingLabel.h(534B)
--------LTCharacterDiffResult.swift(3KB)
--------LTMorphingLabel+Fall.swift(6KB)
----Package.swift(886B)
----build_xcframework.sh(2KB)