All Projects → orklann → Scrollingtextview

orklann / Scrollingtextview

Scrolling Text View for About window and usually used as credits

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.

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].