SwimModelProtocolBase

Undocumented

  • Undocumented

  • Whether this object is highlighted. This is used for objects in table views to indicate that the row is being highlighted or edited.

    Declaration

    Swift

    var isHighlighted: Bool { get set }
  • The number of writes back to the server that are still pending. In other words, if this is greater than zero, the record hasn’t yet been saved back to the server since it was last updated.

    Note that if a write permanently fails, this field will be zero (no writes in progress) but the content of this object is still potentially out of sync with the server (the write failed).

    Declaration

    Swift

    var serverWritesInProgress: Int { get set }
  • Undocumented

  • Undocumented