SkillAgentSearch skills...

ScrollingTextView

Scrolling Text View for About window and usually used as credits

Install / Use

/learn @orklann/ScrollingTextView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ScrollingTextView

Can be used in About window to show license or credits.

ARC enabled

ARC support needed in this project

How to use

  • Import ScrollingTextView.h|m into your project

  • Change the class of NSView to ScrollingTextView in Interface Builder

  • Make sure you add this few lines of code to init the ScrollingTextView

    // Where kSampleText is a NSString instance

    [self.view setString:kSampleText];

  • Done

Authors

Aaron Elkins

Email Me

Buy me a cup of tea

If you like this chunk of code, please consider buying me a cup of tea.

License

ScrollingTextView is licensed under MIT license.

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated2y ago
Forks8

Languages

Objective-C

Security Score

60/100

Audited on Sep 29, 2023

No findings