ImageInfoLoadable
protocol ImageInfoLoadable
Provides structured description of Sample Images data
-
loadImagesInfo()
Default implementationLoad images info from a specified resource - returns: a sorted dictionary of [sections: items]
Default Implementation
default implementation
Declaration
Swift
func loadImagesInfo() -> SortedDictionary<String, [ImageInfo]>?
Return Value
a sorted dictionary of [sections: items]
-
path to the resource to load images info from
Declaration
Swift
var dataPath: String? { get }