ParallaxableView

public protocol ParallaxableView : AnyObject

A type that can have parallax view representation

Properties

  • cornerRadius Default implementation

    Default 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 }

ParallaxableView

  • getGlowImageView() Extension method

    Get 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