- (fixed) Fixed memory leak caused by strong retain cycle in
SSDynamicLabel
,SSDynamicTextView
andSSDynamicTextField
classes, #40. (Grubas7)
- (fixed) Fixed IB crash for
SSDynamicButton
subclasses, #36. (Grubas7) - (added) Added Carthage support (by creating SSDynamicText project with framework target). (Grubas7)
- (fixed) Fixed
titleLabel
font upgrade forSSDynamicButton
after font change, #27. (Grubas7) - (modified) Changed
ss_defaultFontName
, andss_defaultBaseSize
from methods to readonly properties. (Grubas7)
- (added) Added
NSAttributedString
support. (Remiki)
- (added) Added
SSDynamicButton
class, #8. (Grubas7) - (modified) Made views class methods inheritable, issue #7. (jhersh)
- (added) Added support for accessibility content size categories. (Remiki)
- (modifed) Fixed font and font size settings for views loaded from Interface Builder. (Remiki)
- (added) Added
-ss_defaultFontName
and-ss_defaultBaseSize
methods toUIView+SSTextSize
class. (angrauel)
- (added) Added Interface Builder support. (angrauel)
- (added) Added
SSDynamicTextView
,SSDynamicTextField
andUIView+SSTextSize
classes. (jhersh) - (modified) Renamed
SSLabel
toSSDynamicLabel
. (jhersh)
- (added) Added
SSDynamicLabel
,UIFont+SSTextSize
andUIApplication+SSTextSize
classes. (jhersh)