B4i Library iAmir_Glide

Experience Glide in IOS for the first time with iAmir_Glide :)

I am pleased to publish my first library for b4i. Glide is an image loading and caching library for Android but now for iOS focused on smooth scrolling.

an advanced image downloader library.
  • Support png,jpg,gif,...
  • Control cache
  • Use Transformations : CircleCrop,FitCenter,CenterCrop,InsideCrop,Blur,...
  • You can add Custom Transformation
  • Use Animations for showing imageView ( default is fade )
iAmir_glide.jpg


Easy to use :

Load From Url :
Glide.Load("URL").Into(Img)

Load From File :
Glide.Load(File.Combine(File.DirAssets,"test.gif")).Into(Img)

Load From Bitmap :

Glide.Load(LoadBitmap(File.DirAssets,"test.png")).Into(Img)

And another requests and options...

Version : 1.02

Good luck.

Download lib with sample from dropbox ( size : 2.4 mb )

you can find android version of this library here ( for b4a )
 
Last edited:
Top