TKStyleManager

public class TKStyleManager

Undocumented

Images

Fonts

Formatting

  • Undocumented

    Declaration

    Swift

    @objc(exerciseStringForCalories:)
    public static func exerciseString(calories: Double) -> String
  • Undocumented

    Declaration

    Swift

    public static func timeString(_ date: Date, for timeZone: TimeZone? = nil, relativeTo other: TimeZone? = nil) -> String
  • Undocumented

    Declaration

    Swift

    public static func dateString(_ date: Date, for timeZone: TimeZone? = nil) -> String
  • Undocumented

    Declaration

    Swift

    public static func format(_ date: Date, for timeZone: TimeZone? = nil, showDate: Bool, showTime: Bool) -> String
  • Undocumented

    Declaration

    Swift

    public static func format(_ date: Date, for timeZone: TimeZone? = nil, forceFormat: String? = nil, forceStyle: DateFormatter.Style = .none) -> String
  • Undocumented

    Declaration

    Swift

    public static func string(for date: Date, for timeZone: TimeZone? = nil, showDate: Bool, showTime: Bool) -> String