OpenGraphView

public final class OpenGraphView : UIView

A view of Open Graph data.

  • The default height.

    Declaration

    Swift

    public static let height: CGFloat
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Resets states of all child views.

    Declaration

    Swift

    public func reset()
  • Updates the view with a given Open Graph data.

    Declaration

    Swift

    public func update(with ogData: OGResponse)