DetailPresentable
public protocol DetailPresentable
Represents a type that is presentable through a DetailViewController
.
-
Image of Detail View.
Declaration
Swift
var detailImage: UIImage? { get }
-
Url of the image of the Detail view.
Declaration
Swift
var detailImageUrl: String { get }
-
Heading of Detail View.
Declaration
Swift
var detailHeading: String { get }
-
Subheading of Detail View.
Declaration
Swift
var detailSubheading: String { get }
-
Body of Detail View.
Declaration
Swift
var detailBody: String { get }
-
Points of Detail View.
Declaration
Swift
var detailPoints: String { get }
-
Period of Detail View.
Declaration
Swift
var detailPeriod: String { get }
-
TItle of the action button
Declaration
Swift
var detailActionButtonTitle: String { get }