VKAssetTimeSelector

public class VKAssetTimeSelector : UIView, UIScrollViewDelegate

A generic class to display an asset into a scroll view with thumbnail images, and make the equivalence between a time in

  • The asset to be displayed in the underlying scroll view. Setting a new asset will automatically refresh the thumbnails.

    Declaration

    Swift

    public var asset: AVAsset? { get set }
  • Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)
  • Declaration

    Swift

    public func regenerateThumbnails()