ExpandableGalleryView
public final class ExpandableGalleryView : GalleryView
ExpandableGalleryView is a horizontal sliding image page view, which has full screen mode. If the navigation bar is translucent, GalleryView should be put inside a ScrollView.
Version
1.5.0Date
17/08/2019-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder) -
Declaration
Swift
public override func add(_ image: UIImage) -
Declaration
Swift
public override var images: [UIImage] { get set } -
Declaration
Swift
public var isExpandable: Bool { get set } -
Declaration
Swift
public var isExpanded: Bool { get } -
Declaration
Swift
@objc public func expand() -
Declaration
Swift
@objc public func collapse()
ExpandableGalleryView Class Reference