Skip to content

Instantly share code, notes, and snippets.

@k-angama
k-angama / BadgePosition.swift
Created May 25, 2025 17:04
BadgePosition.swift
import UIKit
enum BadgePosition {
case topRight
case topLeft
case bottomRight
case bottomLeft
case center
}