Skip to content

Commit bb02af8

Browse files
committed
Fix C letter.
1 parent 9de003a commit bb02af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LUNSegmentedControl/LUNSegmentedControl/LUNSegmentedControl/LUNSegmentedControl.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ - (void)setupSelectedStateViewsWithCount:(NSInteger)count {
607607
}
608608

609609
#pragma mark - Shadow
610-
- (UIColor *)shadowСolorForStateAtIndex:(NSInteger)index {
610+
- (UIColor *)shadowColorForStateAtIndex:(NSInteger)index {
611611
if ([self dataSourceProvideGradient]) {
612612
return [self.dataSource segmentedControl:self gradientColorsForStateAtIndex:index].firstObject;
613613
}

0 commit comments

Comments
 (0)