GithubHelp home page GithubHelp logo

jusophos / nlabel Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 104 KB

nLabel is an iOS (cocoa touch) multiline label, which auto expends its height, depending on the length of the text. Additionally there are other useful features.

Objective-C 100.00%

nlabel's Introduction

README

Copyright

2011 by Richard Jung

License

This software is released under the terms of LGPL.

Description

The nLabel provides a subclass of an UILabel. It auto expends its height depending of the content length and has html trimming feature.

Requirements

iOS 4.0+

Install

  1. Add the following files to your xCode project:

    • nLabel.h
    • nLabel.m
  2. Import the header file where do you want to use it

    • Example: #import "nLabel.h"
  3. Add the string where do you want, whether in the interface builder or programmatically:

Just add the text with the "setText" selector and the rest will be done by nLabel.

Options

The following options are available:

  • trimHTMLTags
    • Removes all html tags from the text.

Usage:

nLabel *label = [[nLabel alloc] init];

label.trimHTMLTags = YES;

Missing

  • HTML trimming supports attributes
  • HTML trimming supports CDATA
  • HTML trimming supports subtags
  • Interface Builder extension

nlabel's People

Contributors

jusophos avatar

Stargazers

 avatar jprothwell avatar  avatar  avatar Mathias Conradt avatar Giovanni Scarrone avatar Elango avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.