Skip to content

Instantly share code, notes, and snippets.

View juanarzola's full-sized avatar

Juan Arzola juanarzola

View GitHub Profile
@juanarzola
juanarzola / EnvironmentDimmedTintColorViewModifier.swift
Created March 17, 2025 21:03
Exposes tintColor in the dimmed state to SwiftUI. Use this to adapt any non-accentColor color to the dimmed state.
//
// EnvironmentDimmedTintColorViewModifier.swift
// Learn
//
// Created by Juan Arzola on 3/17/25.
// Copyright © 2025 Juan Arzola. All rights reserved.
//
import SwiftUI
import UIKit