Skip to content

Releases: tobihagemann/THLabel

1.1.1

19 Mar 22:23
Compare
Choose a tag to compare
  • Fixed crash, which was caused by a premature release of a CFStringRef.
  • Fixed crash, when text is nil.

1.1

19 Mar 22:23
Compare
Choose a tag to compare
1.1
  • Complete overhaul using Core Text. This means CoreText.framework is now required. Don't forget to add it to your project, if you're updating.
  • This also fixes all problems with iOS 7 and should still be compatible with iOS 4 (untested yet, iOS 5 works).

1.0.7

19 Mar 22:23
Compare
Choose a tag to compare
  • Fixes regarding iOS 7 beta 5. Only tested on Simulator though.

1.0.6

19 Mar 22:23
Compare
Choose a tag to compare
  • Minor refactorings, because iOS Base SDK 6.0 or higher is required.

1.0.5

19 Mar 22:23
Compare
Choose a tag to compare
  • Fixed usage of compiler macros and backward compatibility.

1.0.4

19 Mar 22:23
Compare
Choose a tag to compare
  • iOS 7 compatibility: Breaks former look & feel of strokes though as described in README.

1.0.3

19 Mar 22:24
Compare
Choose a tag to compare
  • Fixed bug with text insets not applying correctly on stroke.

1.0.2

19 Mar 22:24
Compare
Choose a tag to compare
  • Fixed character spacing for centered stroke.

1.0.1

19 Mar 22:24
Compare
Choose a tag to compare
  • Added strokePosition property.

1.0

19 Mar 22:24
Compare
Choose a tag to compare
1.0
  • Initial release.