Skip to content

CardView provides formatting for TextViews in iOS, tvOS and macOS using KitBridge

Notifications You must be signed in to change notification settings

alfwatt/CardView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CardView.framework

========

iStumbler Labs CardView.Framework — CardView is a good looking text view with convenience methods for formatting text, embedding controls and scaling content.

Support CardView!

Are you using CardView in your apps? Would you like to help support the project and get a sponsor credit?

Visit our Patreon Page and patronize us in exchange for great rewards!

Classes

CardTextView

Good looking subclasses of NSTextView & UITextView

CardImageCell

An NSCell for displaying images in a CardTextView

CardSeparatorCell

An NSCell for displaying a separator line in a CardTextView

CardActionCell

An NSCell for displaying a button in a CardTextView

Categories

NSAttributedString+CardView

NSPasteboard+CardView

Changes

  • 1.3 — 19 August 2024: Swift Package Manager Support
  • 1.2 – 19 May 2017:
  • 1.1 — 29 May 2016: Add CardBytesFormatter
  • 1.0.1 — 13 May 2016: Add CardListFormatter
  • 1.0 — 27 April 2016: Initial Version

========

License

The MIT License (MIT)

Copyright © 2014-2024 Alf Watt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.