Skip to content

Commit

Permalink
fix(ios): allow Ti.UI.RefreshControl.tintColor to accept a semantic c…
Browse files Browse the repository at this point in the history
…olor (#12002)

Fixes TIMOB-28108
  • Loading branch information
Topener committed Sep 3, 2020
1 parent 7f7cb58 commit 815a0fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iphone/Classes/TiUIRefreshControlProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ - (void)setTitle:(id)value

- (void)setTintColor:(id)value
{
ENSURE_SINGLE_ARG_OR_NIL(value, NSString);
[self replaceValue:value forKey:@"tintColor" notification:NO];

TiThreadPerformOnMainThread(
Expand Down

0 comments on commit 815a0fc

Please sign in to comment.