ParallaxableView
public protocol ParallaxableView : AnyObject
A type that can have parallax view representation
-
Parallax effects options
Declaration
Swift
var parallaxEffectOptions: ParallaxEffectOptions { get set }
-
The radius to use when
Declaration
Swift
var cornerRadius: CGFloat { get set }
-
cornerRadius
Default implementationDefault Implementation
The corner radius for the parallax view and if applicable also applied to the glow effect
Declaration
Swift
public var cornerRadius: CGFloat { get set }
-
getGlowImageView()
Extension methodGet the glow image view that can be used to create the glow effect
Declaration
Swift
public func getGlowImageView() -> UIImageView?
Return Value
Image with radial gradient/shadow to imitate glow