odświeżyć kolor nie pasuje do koloru odcień i wygląda inaczej, ja tryied zmienić tintAdjustmentMode ale wynik jest taki samUIRefreshControl odcień koloru nie pasuje dany kolor
Wystarczy pamiętać, że spinner i kolor tekstu powinny być 0x2C76BE
tvc.refreshControl = [UIRefreshControl new];
tvc.refreshControl.tintAdjustmentMode = UIViewTintAdjustmentModeNormal;
tvc.refreshControl.tintColor = [UIColor colorWithHex:0x2C76BE];
tvc.refreshControl.attributedTitle = [[NSAttributedString alloc] initWithString:@"Pull to query spectrum again" attributes:@{NSForegroundColorAttributeName:[UIColor colorWithHex:0x2C76BE]}];
0x2C76BE nie wygląda się kolor hex – BooRanger
to jest ok, jego # 2C76BE = 0x2C76BE –
Powodzenia z tym? Występuję ten sam problem :( –