HTMLLabel icon indicating copy to clipboard operation
HTMLLabel copied to clipboard

[DEPRECATED]

Results 11 HTMLLabel issues
Sort by recently updated
recently updated
newest added

I use this fantastic Piece of Code, but i have a strange problem! Everything works fine until i want to scroll! It took 1-2 seconds until the ScrollView starts scrolling,...

I have a `UITableViewController` in which I'm trying to conform to `HTMLLabelDelegate`, and when I add the delegate methods: ``` func HTMLLabel(label: HTMLLabel!, tappedLinkWithURL URL: NSURL!, bounds: CGRect) ``` and...

Hi, I use HTMLLabel to show my content description but it randomly (very rare and I can't reproduce it) gave error NSRangeException this are the stack trace: Crashed: com.twitter.crashlytics.ios.exception 0...

I have the HTMLLabel added in my UICollectionViewCell, my concern is how will I know how much height will it need for my HTML text to fit in correctly so...

om prematurely ending a string with a quote character. More information in [Issue 19](https://github.com/nicklockwood/HTMLLabel/issues/19)

In `initWithHTML:`, after sanitizing entities, you sanitize tags. I understand this regex is looking for query parameters: ``` [self replacePattern:@"([-_a-z]+)=([^\"'][^ >]+)" inString:html withPattern:@"$1=\"$2\""]; ``` If we take http://www.example.com?foo=bar&baz=bip, the $1...

- Run HTMLLabelTests - Start entering text in textview till it reaches second line.(Without Space /Line breaks) - Observe HTML label. OS: 8.3 Device: iPhone 6 Linebreak mode: Any ![ios...

Ideally I can match my designer's designs **and** support the rendering of HTML into native text. Before the HTML requirement I was adjusting lineHeight successfully like this: ``` NSMutableParagraphStyle *paragraphStyle...

I have been studying your code and somehow managed to add a static image with hardcoded size (will generalise it later). The Problem I am facing is the height of...