Constants.swift 246 B

12345678910111213
  1. //
  2. // SegmentedStyle.swift
  3. // SegmentedControl
  4. //
  5. // Created by Xin Hong on 15/12/29.
  6. // Copyright © 2015年 Teambition. All rights reserved.
  7. //
  8. import UIKit
  9. internal struct SelectionIndicator {
  10. static let defaultHeight: CGFloat = 5
  11. }