DetailViewControllerSection
public struct DetailViewControllerSection
Detail View Controller section data
-
A section type.
Declaration
Swift
public let section: DetailViewControllerSectionTypes -
A title of the section.
Declaration
Swift
public let title: String? -
A number of items in section.
Declaration
Swift
public let count: Int
View on GitHub
DetailViewControllerSection Structure Reference