Utils

public struct Utils

placeholder to constants

  • constant for standard spacing

    Declaration

    Swift

    static let standardSpacing: CGFloat
  • constant for minium spacing

    Declaration

    Swift

    static let minimumSpacing: CGFloat
  • constant for half the value of standard spacing

    Declaration

    Swift

    static let halfSpacing: CGFloat
  • constant for three fourth the value of standard spacing

    Declaration

    Swift

    static let threeFourthSpacing: CGFloat
  • constant value for iOS offsets

    Declaration

    Swift

    static let offsetConstant: CGFloat
  • constant value for watchOS offsets

    Declaration

    Swift

    static let watchoffsetConstant: CGFloat
  • constant value for angle of rotation

    Declaration

    Swift

    static let angleRotation: Double