Skip to content

Instantly share code, notes, and snippets.

View kneskoromny's full-sized avatar

Kirill Neskoromnyy kneskoromny

View GitHub Profile
@gungorbasa
gungorbasa / DebugBorder.swift
Created November 30, 2023 11:46
Create a debug border extension for SwiftUI code to understand when a view is redrawn.
//
// DebugBorder.swift
// Trial
//
// Created by Gungor Basa on 11/30/23.
//
import SwiftUI
extension View {