Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 498 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 498 Bytes

XKCDWaterfall

App-exercise that shows XKCD comics using waterfall collection view

  • Collection view has waterfall design.
  • Pictures are loaded asynchronously.
  • Number of columns is customisable.

Most of the sizes for images are cached in a file to prevent constant rearranging of the images during scrolling.
XKCD do not provide image size in metadata, so the only way to get the image size is to download them.