Structs
The following structs are available globally.
-
Fetches images from network Provides a simple image cache with a fixed predefined capacity
See moreDeclaration
Swift
struct ImageFetcher
-
Undocumented
See more
-
Implementation of the NetworkImageService protocol using NSURLSession
See moreDeclaration
Swift
struct NSURLSessionNetworkImageService: NetworkImageService
-
Implementation of the NetworkImageService protocol using Alamofire
See moreDeclaration
Swift
struct AlamofireNetworkImageService: NetworkImageService
-
Sorted Dictionary implemetation Uses binary search for inserting keys in sorted order
See moreDeclaration
Swift
struct SortedDictionary<K, V where K: Hashable, K: Comparable>
-
A helper class for the UICollectionView DataSource methods
See moreDeclaration
Swift
struct ImagesDataSource
-
AKPCollectionViewFlowLayout configuration options
See moreDeclaration
Swift
struct LayoutConfigOptions: OptionSetType
-
Image View Model
See moreDeclaration
Swift
struct ImageViewModel