This component is under development. This is my first "library" and I'm trying to do a Details Parallax View
If you want to fork or send pull request for improving the project, do it ! I don't really have time for now to improve it, but I will later.
To install the library just drag and drop the folder DetailsParallaxView
in your project.
If you have a Swift projet you will have to create a Bridging-Header file and add these two lines :
#import "KIImagePager.h"
#import "KMScrollingHeaderView.h"
To use it, "connect" the file DetailsParallaxViewController.swift
to the rest of your project, change it at your convenience and enjoy :) !
Inspired by project:
Using of libraries:
Thanks to them !
Ce composant est encore en développement. Ceci est ma première "librairie" et j'essaye de créer une Details Parallax View.
Si vous souhaitez forker ou envoyer des pull requests pour améliorer le projet, faites-le ! Je n'ai vraiment pas le temps de l'améliorer pour l'instant, mais je le pourrais plus tard.
Pour installer la librairie glissez-déposez simplement le dossier DetailsParallaxView
dans votre projet.
Si vous avez un projet Swift vous aurez à créer un fichier Bridging-Header et ajouter ces deux lignes :
#import "KIImagePager.h"
#import "KMScrollingHeaderView.h"
Pour l'utiliser, "connectez" le fichier DetailsParallaxViewController.swift
au reste de votre projet, modifiez le à votre convenance et profitez :) !
Inspiré par le projet:
Utilisation de librairies:
Merci à eux !