Glide 1.0.4

Glide 1.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2016

Maintained by Axel Etcheverry.



Glide 1.0.4

Branch Status Coverage
master
develop

http://glide.thephpleague.com/ client for iOS & Mac OS X

Install

You want to add pod 'Glide', '~> 1.0' similar to the following to your Podfile:

target 'MyApp' do
    pod 'Glide', '~> 1.0'
end

Then run a pod install inside your terminal, or from CocoaPods.app.

Get started

#import <Glide/Glide.h>

GlideClient *glide = [[GlideClient alloc] initWithBase:@"https:images.domain.tld"];

[glide setWidth:200 andHeight:200];

NSLog(@"Url: %@", [glide absoluteString]);

License

Glide-objc is licensed under the MIT license.