Skip to content

Instantly share code, notes, and snippets.

View elkhoudiry's full-sized avatar
😇
Everything is gonna be alright; In Shaa Allah

Ahmed Elkhoudiry elkhoudiry

😇
Everything is gonna be alright; In Shaa Allah
  • Egypt
View GitHub Profile
@cgruber
cgruber / constrain_desktop_window.kt
Last active April 21, 2024 11:30
Constrain Compose Desktop Window to a minimum size.
//
// Copyright (c) Christian Gruber, All Rights Reserved
//
// Licensed for use under any of simplified BSD 2-clause, BSD, MIT, or Apache licenses,
// at the licensee's discretion.
//
// I'd release it to the public domain, except that prevents its use in some commercial
// environments due to the US having a broken copyright system. So there it is. Liberally
// licensed as I can make it.
@Hiroki-Kawakami
Hiroki-Kawakami / ContentView.swift
Last active May 7, 2024 18:38
SwiftUI Change Status Bar Color with UIWindow
//
// ContentView.swift
// StatusBarTest
//
// Created by hiroki on 2021/02/11.
//
import SwiftUI
struct ContentView: View {