Skip to content

Instantly share code, notes, and snippets.

View agungjk's full-sized avatar

Agung Jati Kusumo agungjk

View GitHub Profile
@agungjk
agungjk / ScrollingTextView.swift
Created April 6, 2021 11:43 — forked from NicholasBellucci/ScrollingTextView.swift
MacOS swift marquee scrolling text view
import Cocoa
open class ScrollingTextView: NSView {
// MARK: - Open variables
/// Text to scroll
open var text: NSString?
/// Font for scrolling text
open var font: NSFont?