We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf30b41 commit 5d4da5dCopy full SHA for 5d4da5d
Pod/Classes/BetterSegmentedControl.swift
@@ -10,7 +10,7 @@ import UIKit
10
// MARK: - BetterSegmentedControl
11
@IBDesignable open class BetterSegmentedControl: UIControl {
12
// MARK: IndicatorView
13
- private class IndicatorView: UIView {
+ fileprivate class IndicatorView: UIView {
14
// MARK: Properties
15
fileprivate let titleMaskView = UIView()
16
fileprivate var cornerRadius: CGFloat = 0 {
0 commit comments