FlipsForRightToLeftLayoutDirectionImageModifier
public struct FlipsForRightToLeftLayoutDirectionImageModifier: ImageModifier
Modifier for setting the flipsForRightToLeftLayoutDirection property of images.
Only UI-based images are supported; if a non-UI image is passed in, the
modifier will do nothing.
-
Initialize a
FlipsForRightToLeftLayoutDirectionImageModifierNote
On versions of iOS lower than 9.0, the image will be returned unmodified.Declaration
Swift
public init() -
Modify an input
Image.Note
See documentation of
ImageModifierprotocol for more.Declaration
Swift
public func modify(_ image: Image) -> ImageParameters
imageImage which will be modified by
selfReturn Value
The modified image.
View on GitHub
Install in Dash
FlipsForRightToLeftLayoutDirectionImageModifier Structure Reference