OpenGraphTableViewCell

public final class OpenGraphTableViewCell : UITableViewCell, NibReusable

Undocumented

  • Undocumented

    Declaration

    Swift

    public override func awakeFromNib()
  • Undocumented

    Declaration

    Swift

    public override func prepareForReuse()
  • Undocumented

    Declaration

    Swift

    public override func layoutSubviews()
  • Undocumented

    Declaration

    Swift

    public func updatePreviewImage(with url: URL?)

Stream Open Graph Request

  • Updates the cell with a given Open Graph data.

    Declaration

    Swift

    public func update(with ogData: OGResponse)