Skip to content

Instantly share code, notes, and snippets.

View arwenGhafoor's full-sized avatar
💕

Arwen Ghafoor arwenGhafoor

💕
View GitHub Profile
@abhimuralidharan
abhimuralidharan / ThemeManager.swift
Last active December 31, 2022 11:39
A guide on how to create a theme manager class in swift so that the code is flexible and the developer can change the theme colour anytime with ease.
//
// ThemeManager.swift
// ProjectThemeTest
//
// Copyright (c) 2017 Abhilash
//
import UIKit
import Foundation