Skip to content

TakayoshiMiyamoto/ScrollLabelView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ScrollLabelView

ScrollLabelView is scroll label UIView.

Requirements

  • iOS7.1+

Install

Include the PasswordDialogViewController class in your project.

Usage

Swift

Bridging header file.

#import "ScrollLabelView.h"
@IBOutlet weak var scrollLabelView: ScrollLabelView!

override func viewDidLoad() {
    super.viewDidLoad()
    
    // initialize
    self.scrollLabelView.text = "25/12/2015 00:00:00"
    self.scrollLabelView.flashText = "During synchronization"
    self.scrollLabelView.begin({() -> Void in
    })
    
    // start sync...
}

func didFinishSync() {
    self.scrollLabelView.text = "a minutes ago"
    self.scrollLabelView.finish({() -> Void in
    })
}

License

This ScrollLabelView is released under the MIT License. See LICENSE for details.

About

ScrollLabelView is scroll label UIView.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published