Structs

The following structs are available globally.

  • Fetches images from network Provides a simple image cache with a fixed predefined capacity

    See more

    Declaration

    Swift

    struct ImageFetcher
  • Implementation of the NetworkImageService protocol using Alamofire

    See more

    Declaration

    Swift

    struct AlamofireNetworkImageService: NetworkImageService
  • Sorted Dictionary implemetation Uses binary search for inserting keys in sorted order

    See more

    Declaration

    Swift

    struct SortedDictionary<K, V where K: Hashable, K: Comparable>
  • A helper class for the UICollectionView DataSource methods

    See more

    Declaration

    Swift

    struct ImagesDataSource
  • AKPCollectionViewFlowLayout configuration options

    See more

    Declaration

    Swift

    struct LayoutConfigOptions: OptionSetType