• Stars
    star
    519
  • Rank 85,261 (Top 2 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 13 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

CBIntrospector

Visual Debugging Tool. Compatible with the desktop app, View Introspector. Simply, it's a UIView hierarchy viewer library.
Objective-C
160
star
2

text-sherlock

Text (source code) search engine with indexer and a front end web interface to search. Uses Python 3.
Python
118
star
3

ViewIntrospector

Visual Debugging Tool for the iOS Simulator. A view hierarchy viewer desktop app for CBIntrospect.
Objective-C
48
star
4

inventory-checkin

Inventory check-in/out manager that supports a tablet kiosk.
Python
16
star
5

flask-webapp-bootstrap

Flask webapp w/ admin template project
Python
11
star
6

FirebaseCrud

Android Firebase example: A very simple task list app.
Java
10
star
7

sqbrowser

SQLite Query Browser for any text editor. Uses wxPython 2.8+
Python
8
star
8

CBSearchKit

Simple and flexible full text search for iOS and Mac. Uses the sqlite3 FTS3/4 engine.
Objective-C
5
star
9

mymacros

Helpful Objective-C/C++ macros
C
4
star
10

EvernoteCloudSDK

Evernote Cloud API SDK (Mac and iOS)
Objective-C
4
star
11

AndroidCustomNotifications

Custom Android notification with clickable buttons
Java
4
star
12

CBAsyncTestCase

ObjC Easy Asynchronous Unit Test Case - Synchronize those async operations for testing purposes
Objective-C
3
star
13

json-adhoc

Provides JSON Adhoc environment (for JSON testing)
Python
2
star
14

IBPlayground

Interface Builder Playground
Objective-C
2
star
15

Timber

iOS and Mac app logging made easy. Batteries included.
Objective-C
2
star
16

regexmm

Regex Match Maker - Highlights regex matches, and regex groups for quick regular expression creation. Uses wxWidgets 2.8 GUI.
C++
2
star
17

json-webserver

JSON webserver, echos request back to client
Python
1
star
18

ytlinker

Simple YouTube linker - Flask app to display full video title names for use on iPad or other mobile devices.
Python
1
star
19

qutags-apache-module

qutags Apache PHP/Zend module
Shell
1
star
20

networkcalculator

Network Calculator web app
Python
1
star
21

PartialModalPresentationController

A presentation controller that displays a view controller in a modal overlay style
Swift
1
star
22

qunotefort

Note app - old, old attempt to exercise Qt C++ skills. Uses Qt 3.3
C++
1
star
23

loremjson

Simple JSON file hosting web app
Python
1
star
24

AirshipSender

GUI to send notifications via Urban Airship
Objective-C
1
star
25

CBFlipViewTransition

Flip transition, think iTunes App Store artwork flip to details.
Objective-C
1
star