Utilitues collected by foolbear
- func foolPrint(_ message: T, file: String = #file, method: String = #function, line: Int = #line)
- func uInt64ToHumanReadable(input: UInt64, bBinary: Bool) -> String
- var modelName: String
- convenience init(rgbHex: UInt)
- func subString(start: Int, length: Int = -1) -> String
- func easyDate() -> String
- func toAnyView() -> AnyView
- struct FoolHeaderView<Leading, Title, Trailing>: View where Leading: View, Title: View, Trailing: View
- func foolNoData(bNoData: Bool, noDataView: @escaping () -> NoDataView) -> some View where NoDataView: View
- class FoolKeyboard: ObservableObject
- struct FoolImagePicker: UIViewControllerRepresentable
- struct FoolProgressBar: View
- struct FoolProgressRing: View
- FoolTextField: UIViewRepresentable