ScrollingTextView
Scrolling Text View for About window and usually used as credits
Install / Use
/learn @orklann/ScrollingTextViewREADME
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
ScrollingTextViewin 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
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.
