From 9c8bab7fce02ad405ac37ecfb66c7dbcdcde2252 Mon Sep 17 00:00:00 2001 From: ttaylor Date: Thu, 25 Sep 2014 13:01:35 -0400 Subject: [PATCH] Update DeMarcelpociotTicustomtabModule.m Fix for working custom font --- Classes/DeMarcelpociotTicustomtabModule.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/DeMarcelpociotTicustomtabModule.m b/Classes/DeMarcelpociotTicustomtabModule.m index b0a4c49..940828a 100644 --- a/Classes/DeMarcelpociotTicustomtabModule.m +++ b/Classes/DeMarcelpociotTicustomtabModule.m @@ -97,7 +97,7 @@ -(void)customText:(id)args [textColor color], UITextAttributeTextColor, [shadowColor color], UITextAttributeTextShadowColor, [NSValue valueWithUIOffset:UIOffsetMake(0, 1)], UITextAttributeTextShadowOffset, - [font font], UITextAttributeFont, + [font font], NSFontAttributeName, nil ] forState:UIControlStateNormal];