We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de003a commit bb02af8Copy full SHA for bb02af8
1 file changed
LUNSegmentedControl/LUNSegmentedControl/LUNSegmentedControl/LUNSegmentedControl.m
@@ -607,7 +607,7 @@ - (void)setupSelectedStateViewsWithCount:(NSInteger)count {
607
}
608
609
#pragma mark - Shadow
610
-- (UIColor *)shadowСolorForStateAtIndex:(NSInteger)index {
+- (UIColor *)shadowColorForStateAtIndex:(NSInteger)index {
611
if ([self dataSourceProvideGradient]) {
612
return [self.dataSource segmentedControl:self gradientColorsForStateAtIndex:index].firstObject;
613
0 commit comments