Skip to content

Instantly share code, notes, and snippets.

View hsousa's full-sized avatar

Hugo Sousa hsousa

View GitHub Profile
@maximkrouk
maximkrouk / !Button.swift
Last active January 11, 2024 10:55
Easily customisable declarative UIKit button
// - Depends on https://github.com/swift-declarative-configuration
// - Depends on https://github.com/swift-foundation-extensions
// - Depends on https://gist.github.com/maximkrouk/942125396a857e49203ddb933d557c31
import UIKit
import FoundationExtensions
import DeclarativeConfiguration
fileprivate extension UIView {
func pinToSuperview() {