VKAspectMode
@objc
public enum VKAspectMode : Int
Indicates the different aspect mode.
-
The aspect ratio is respected and the entire frame could be seen.
Declaration
Swift
case resizeAspect
-
The aspect ratio is respected but the frame would fill the entire view.
Declaration
Swift
case resizeAspectFill
-
The aspect ratio is not respected but the entire frame would fill the view.
Declaration
Swift
case resize