Skip to content

Instantly share code, notes, and snippets.

View coolcut's full-sized avatar

Jan Früchtl coolcut

View GitHub Profile
// MARK: - Tab Identifier Enum
enum TabIdentifier: String, CaseIterable {
case home
case search
case notes
case friends
case newNote
}
// MARK: - Example View