文件名称:GradientView:在iOS和tvOS的UIKit中轻松使用渐变
文件大小:247KB
文件格式:ZIP
更新时间:2024-02-23 11:30:50
swift ios tvos cocoapods carthage
渐变视图 在UIKit中轻松使用渐变。 Gradient View是围绕CGGradient的简单UIView包装器。 用法 // Initialize a gradient view let gradientView = GradientView ( frame : CGRect ( x : 20 , y : 20 , width : 280 , height : 280 )) // Set the gradient colors gradientView. colors = [. green , . yellow ] // Optionally set some locations gradientView. locations = [ 0.8 , 1.0 ] // Optionally change the direction. The default is vertical. gradientView. direction = . horizontal // Add some borders too if you want gradientView. topBorderColo
【文件预览】:
GradientView-master
----.gitignore(64B)
----Sources()
--------GradientView()
----Example()
--------Screenshots()
--------ViewController.swift(1KB)
--------Info.plist(1KB)
--------Images.xcassets()
--------Base.lproj()
--------AppDelegate.swift(606B)
----Readme.markdown(2KB)
----LICENSE(1KB)
----GradientView.podspec(678B)
----Support()
--------Info.plist(823B)
--------GradientView.h(231B)
----Package.swift(254B)
----Gradient View.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(30KB)