Skip to content

DingdingKim/DDViewSwitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DDViewSwitcher

Introduction

Hello !! ๐Ÿ˜Š With DDViewSwitcher, you can simply implement the effect of scrolling the view with just two lines. Like android's TextSwitcher or realtime ranking UI(text scroll up animaiton repeatedly.)

Demo

Sample Main menu DDTextSwitcher DDImageSwitcher DDTextSwitcher(Manually) DDViewSwitcher

Installation

CocoaPods

DDViewSwitcher is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DDViewSwitcher"

Usage

Just three line!

//**************************************************
//  This code is simplest way to make DDTextSwitcher !
//  You want to change attributes and more detail, look other ViewController in this sample !
//**************************************************

let textSwitcher = DDTextSwitcher(frame: self.view.bounds, data: ["item 1", "item 2"], scrollDirection: .vertical)
self.view.addSubview(textSwitcher)
textSwitcher.start()

Author

Dingding Kim, twlovesh89@gmail.com

License

DDViewSwitcher is available under the MIT license. See the LICENSE file for more info.

About

๐Ÿ˜Š With DDViewSwitcher, you can simply implement the effect of scrolling the view with just two lines. Like android TextSwitcher

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published