#2 Allow the user set a textColor - fixed a compiler warning, added doc, and bumped the version

This commit is contained in:
EddyVerbruggen
2016-02-17 19:47:32 +01:00
parent 37c14a6d2d
commit 5e5251bbd2
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ static id styling;
titleLabel.font = [UIFont boldSystemFontOfSize:CSToastFontSize];
titleLabel.textAlignment = NSTextAlignmentLeft;
titleLabel.lineBreakMode = NSLineBreakByWordWrapping;
titleLabel.textColor = titleLabelTextColor;
titleLabel.textColor = theTitleLabelTextColor;
titleLabel.backgroundColor = [UIColor clearColor];
titleLabel.alpha = 1.0;
titleLabel.text = title;