Giter Club home page Giter Club logo

hola's Introduction

Hola

Light-weight Onboard/Walkthrough View for iOS written Swift 3

Hola is a UIView that represent several views or images as View Pager, Onboard Walkthrough in different direction as Vertical or Horizontal. Its a subclass of UIView.

Gif for UIImage

verticalGif horizontalGif

Gif for UIView

verticalGif horizontalGif

Init

public init(frame: CGRect, viewArray uiviewArray:[UIView], _ rotation: rotationWay)

If you build pager with array of UIView you should use this init function.

Simple usage of it.

let simple: Hola = Hola(frame: CGRect(), viewArray: viewArray, .horizontal)

Another init function

public init(frame: CGRect, imageArray uiimageArray:[UIImage],_ rotation:rotationWay)

For creating Hola with array of UIImage, use this init function to generate it.

Here is the another example for usage.

let simple: Hola = Hola(frame: CGRect(), imageArray: imageArray, .vertical)

Structs

public enum rotationWay {
case horizontal
case vertical
}

rotationWay is used for specify Hola's rotation as horizontalhorizontal or vertical.

Manually Installation

git clone REPO_URL
cd Hola/
use Hola.swift

Development

Want to contribute? Feel free to contribute anything on this with describing contributed part

Todos

  • Some transaction animations
  • Feel free to play with repo.

License

MIT

Open Source

hola's People

Contributors

eliakorkmaz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.