Skip to content

Releases: hsusmita/ResponsiveLabel

Crash fixes while custom truncation

03 Oct 16:45
Compare
Choose a tag to compare

The following things has been fixed.

  1. Crash fixes
  2. fixed highlighting pattern
  3. detection of adjacent patterns

Minor fix for Highlight color

21 Aug 08:01
Compare
Choose a tag to compare

Bug fix: text NSForegroundColor restored when highlighting ends

Major change in Drawing Code

21 Aug 08:02
Compare
Choose a tag to compare

Truncation is appended in drawTextInRect method. This is because at this point, we have correct size of text container.

Advance Configuration For Truncation Token

23 Jul 11:00
Compare
Choose a tag to compare

This release has the following features:

  1. Truncation token can be set from the interface builder.
  2. Custom truncation can be enabled/disabled by toggling a bool in the interface builder.
  3. Now image can be set as truncation indicator.

Feature: Highlight on Tap

10 Jul 11:36
Compare
Choose a tag to compare

The patterns can be highlighted when they are tapped. To highlight patterns, the attributes RLHighlightedForegroundColorAttributeName and RLHighlightedBackgroundColorAttributeName should be set.

Minor Feature Update

05 Jun 13:17
Compare
Choose a tag to compare

Added support for making array of strings clickable.