RSDImageTableItem
public final class RSDImageTableItem : RSDTableItem
RSDImageTableItem
is used to represent a item row that has a static image.
-
The image to display.
Declaration
Swift
public let imageTheme: RSDImageThemeElement
-
Initialize a new
RSDImageTableItem
. parameters: - rowIndex: The index of this item relative to all rows in the section in which this item resides. - imageTheme: The image to display.Declaration
Swift
public init(rowIndex: Int, imageTheme: RSDImageThemeElement)