Skip to content

Instantly share code, notes, and snippets.

//
// ContentView.swift
// NSWindowResizingQuestion
//
// Created by William Power on 11/14/24.
//
//This project was created to support answering a question from:
// https://stackoverflow.com/questions/79170528/nswindow-with-swiftui-content-has-zero-frame-on-macos-15
@williampower
williampower / ConsentViewController.swift
Created November 14, 2024 00:30
Dynamic Type for UITextView (and ViewController)
//
// ConsentViewController.swift
// TextResizingQuestion
//
// Created by William Power.
//
import UIKit
/**