All Projects → cbess → Autoscrolllabel

cbess / Autoscrolllabel

Licence: mit
Provides marquee like UILabel scrolling, think Music.app track title scrolling. For Obj-C & Swift.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Autoscrolllabel

Marqueelabel
Charles Powell
Stars: ✭ 3,741 (+649.7%)
Mutual labels:  uilabel, marquee
Skautoscrolllabel
Automatically scrolling UILabel with both horizontal/vertical MARQUEE effects and gradient gradients on the edges. Gradient fading is used on the edge of the scroll to solve the problem of the hard edges of the rolling edge. The overall effect is a natural and easy to use.
Stars: ✭ 64 (-87.17%)
Mutual labels:  uilabel, marquee
DossyTextLabel
A subclass of UILabel reminiscent of Strong Bad's faithful Tandy 400.
Stars: ✭ 75 (-84.97%)
Mutual labels:  uilabel
Activelabel.swift
UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift
Stars: ✭ 3,942 (+689.98%)
Mutual labels:  uilabel
JQScrollNumberLabel
JQScrollNumberLabel:仿tumblr热度滚动数字条数, 一个显示数字的控件,当你改变其数字时,能够有滚动的动画,同时动画和位数可以限制,动态创建和实例化可选,字体样式自定义等。
Stars: ✭ 29 (-94.19%)
Mutual labels:  uilabel
AMXFontAutoScale
⚠️ Experimental automatic cross-device font scaling for UILabel and UITextView.
Stars: ✭ 39 (-92.18%)
Mutual labels:  uilabel
Uumarqueeview
[iOS]Customizable marquee view. #Marquee,MarqueeView,跑马灯,滚屏,上翻,左滑,多行,自定义
Stars: ✭ 295 (-40.88%)
Mutual labels:  marquee
dynamic-marquee
A small library for creating marquees.
Stars: ✭ 64 (-87.17%)
Mutual labels:  marquee
Nudein
An easy-to-use attributed text view for iOS Apps,use like masonry
Stars: ✭ 450 (-9.82%)
Mutual labels:  uilabel
flutter vertical marquee
flutter vertical marquee
Stars: ✭ 15 (-96.99%)
Mutual labels:  marquee
SPScrollNumLabel
No description or website provided.
Stars: ✭ 65 (-86.97%)
Mutual labels:  uilabel
marquee widget
A Flutter widget that scrolls text widget and other widget
Stars: ✭ 21 (-95.79%)
Mutual labels:  marquee
Jxmarqueeview
A powerful and easy to use marquee view.
Stars: ✭ 324 (-35.07%)
Mutual labels:  marquee
react-easy-marquee
A highly customisable `marquee` package for React built using CSS. Renders anything given between the tags, be it an image, text or a custom JSX element!
Stars: ✭ 25 (-94.99%)
Mutual labels:  marquee
Marquee
跑马灯/滚动文字条(类似于淘宝/菜鸟/京东/支付宝/聚划算/网商银行等app的跑马灯功能)
Stars: ✭ 389 (-22.04%)
Mutual labels:  marquee
GravityTagCloudView
A tag cloud view with gravity.
Stars: ✭ 22 (-95.59%)
Mutual labels:  uilabel
react-native-marquee
React Native Marquee Text Component
Stars: ✭ 101 (-79.76%)
Mutual labels:  marquee
react-native-lahk-marquee-label
A react-native marquee label component.
Stars: ✭ 49 (-90.18%)
Mutual labels:  marquee
Ppcounter
iOS与macOS中一款优雅的数字/金额增减动效组件
Stars: ✭ 451 (-9.62%)
Mutual labels:  uilabel
Rollingnotice
所有的垂向滚屏这一个库就够了!!!滚动公告、轮播广告,支持灵活自定义cell。淘宝、口碑、京东、美团、天猫等等一切滚动广告 Roll Notice or Advertising, customize cell as UITableViewCell supported, Swift version is also ready
Stars: ✭ 445 (-10.82%)
Mutual labels:  marquee

AutoScrollLabel

A UILabel with auto scrolling for text that may be clipped by the view. Provides edge fading, speed adjustment, scroll direction, etc.

screenshot screenshot2

CocoaPod: AutoScrollLabel

iOS 12, tvOS 12 and greater. For Non-ARC use v0.2.1.

#import <AutoScrollLabel/CBAutoScrollLabel.h>
import AutoScrollLabel
autoScrollLabel.text = @"This text may be clipped, but now it will be scrolled.";
autoScrollLabel.textColor = [UIColor systemBlueColor];
autoScrollLabel.labelSpacing = 35; // distance between start and end labels
autoScrollLabel.pauseInterval = 3.7; // seconds of pause before scrolling starts again
autoScrollLabel.scrollSpeed = 30; // pixels per second
autoScrollLabel.textAlignment = NSTextAlignmentCenter; // centers text when no auto-scrolling is applied
autoScrollLabel.fadeLength = 12.f; // length of the left and right edge fade, 0 to disable

Soli Deo gloria

Real world use:

app

Sola Tunes iOS App (Free)

License

MIT - Copyright (c) 2019 Christopher Bess

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].