Pavel Alexeev

2pods

FastImageLoader

Swift library to speed up subsequent UIImage loading in the cost of disk space. It caches image data on disk after first load in raw format, to be able to read it back very quickly. User may expect 10x to 50x increase compared to UIImage(named:) loading.

License: MIT

  • Swift

PAGalleryView

  • Smooth animations
  • Drag to exit fullscreen gesture
  • Autorotate of fullscreen images (no need to support portrait & landscape modes in your ViewController)
  • Activity and error indicators

License: MIT

  • Objective C