Skip to content

Instantly share code, notes, and snippets.

View iPHYZLL's full-sized avatar

Alen Kirm iPHYZLL

  • Outfit7
  • Trebnje, Slovenia
View GitHub Profile
@iPHYZLL
iPHYZLL / Constants
Created February 4, 2021 10:11
Namespace Example
import UIKit
enum Constant {
/// Namespace for Alpha related constants
enum Alpha {
static let quarter: CGFloat = 0.25
static let half: CGFloat = 0.5
static let threeQuarter: CGFloat = 0.75
static let none: CGFloat = 1.0