Releases: tobihagemann/THLabel
Releases · tobihagemann/THLabel
1.1.1
- Fixed crash, which was caused by a premature release of a CFStringRef.
- Fixed crash, when text is nil.
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
- Fixes regarding iOS 7 beta 5. Only tested on Simulator though.
1.0.6
- Minor refactorings, because iOS Base SDK 6.0 or higher is required.
1.0.5
- Fixed usage of compiler macros and backward compatibility.
1.0.4
- iOS 7 compatibility: Breaks former look & feel of strokes though as described in README.
1.0.3
- Fixed bug with text insets not applying correctly on stroke.
1.0.2
- Fixed character spacing for centered stroke.
1.0.1
- Added strokePosition property.
1.0
- Initial release.