• Stars
    star
    292
  • Rank 136,811 (Top 3 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A lightweight and fast image loader for iOS written in Swift.

ImageLoader

Build-Status CocoaPods Carthage compatible codecov.io license

ImageLoader is an instrument for asynchronous image loading written in Swift. It is a lightweight and fast image loader for iOS.

Features

  • Simple methods with UIImageView Category.
  • Control Loader to resume, suspend and cancel with URL.
  • A module for cache can be set by yourself and default cache (Disk) uses disk spaces and un-uses memory.
  • Loading images is handled by ImageLoader, not UIImageView.
  • After image view start loading another image, previous loading task is possible to live with caching.
  • Support NSURL, String and NSURLComponents by URLLiteralConvertible
  • Optimize to use memory when image is set.
  • Support image type .jpeg, .png
  • Comprehensive Unit Test Coverage

Requirements

  • iOS 8.0+
  • Xcode 7.0+ Swift 2.0
ImageLoader Xcode Swift
0.13.+ 9.0+ 4.0
0.12.+ 8.1+ 3.0
0.11.+ 8.0+ 3.0
0.10.0 8.0+ 2.3
0.9.x 7.3.1 2.2

If your project's target need to support iOS5.x or 6.x, use ImageLoader. It's A lightweight and fast image loader for iOS written in Objective-C.

Installation

CocoaPods

pod 'ImageLoader'

Carthage

To integrate ImageLoader into your Xcode project using Carthage, specify it in your Cartfile:

github "hirohisa/ImageLoaderSwift" ~> 0.6.0

Usage

ImageLoader

load

ImageLoader.request(with: url, onCompletion: { _ in })

UIImageView

imageView.load.request(with: url)

or

imageView.load.request(with: url, onCompletion: { _ in })

License

ImageLoader is available under the MIT license.

More Repositories

1

PageController

Infinite paging controller, scrolling through contents and title bar scrolls with a delay
Swift
408
star
2

RefreshSlide

Reload with slide animation before/after refreshing for iOS written in Swift.
Swift
58
star
3

Font-Awesome

Use Font Awesome in project written in Swift.
Swift
40
star
4

BrickView

BrickView is a simple dynamic grid layout view like Pinterest or Esty.
Objective-C
39
star
5

Union

Context transitioning's animation manager for iOS written in Swift.
Swift
36
star
6

Jukeboks

Jukeboks is a fast viewer / player app
JavaScript
24
star
7

DCScrollView

DCScrollView is an extension of UIScrollView that scrolling through the content, the title scrolls with a delay.
Objective-C
21
star
8

Shelf

Shelf is a simple dynamic layout like AppStore for iOS written in Swift.
Swift
12
star
9

ImageLoader

A lightweight and fast image loader for iOS.
Objective-C
9
star
10

Diskcached

Diskcached is simple disk cache for iOS.
Objective-C
8
star
11

FKTabBarController

FKTabBarController is intended to change the tabbar and items instead of UITabBarController
Objective-C
8
star
12

VCRouter

VCRouter is UINavigationController's manager.
Objective-C
6
star
13

ios.samples

Sample projects for iOS
Swift
4
star
14

atom-project-runner

Run project's code in Atom.
JavaScript
4
star
15

SLBundle

SLBundle provides to specify a standard language for iOS
Objective-C
3
star
16

i18n-cocoa

Manage translation and localization with analysis, for iOS, OSX.
Ruby
3
star
17

file_crawler

FileCralwer can search, collect, organize files
Ruby
3
star
18

Floating

Floating is a very flexible overlay library.
Swift
2
star
19

SerializedDataStorage

SerializedDataStorage is a simple caching class, using NSKeyedArchiver.
Objective-C
2
star
20

heroku-rails-starterkit

sample project heroku + rails
Ruby
2
star
21

PullToRefresh

A simple CollectionViewController with UIRefreshControl
Swift
2
star
22

heroku-sinatra-starterkit

Application starterkit with sinatra for heroku
CSS
2
star
23

iBeacon

iBeaconTest
Objective-C
1
star
24

HHURLRoute

Objective-C
1
star
25

PhotosSample

Sample Project for Photos Framework (iOS8)
Objective-C
1
star
26

playground

Swift
1
star
27

AnimationKit

AnimationKit is a lightweight and easy animation framework.
Swift
1
star
28

Regular

Utility custom class and extensions.
Swift
1
star
29

Utilities

Objective-C
1
star