Skip to content

Instantly share code, notes, and snippets.

View joshgalvan's full-sized avatar

Joshua Galvan joshgalvan

View GitHub Profile
@joshgalvan
joshgalvan / RecordButton.swift
Last active March 17, 2025 00:40
A virtually perfect recreation of Apple's Voice Memos and Camera record button that can handle resizing from any parent container.
//
// RecordButton.swift
//
// Created by Joshua Galvan on 5/31/23.
//
// Example usage:
//
// RecordButton(isRecording: $isRecording) {
// print("Start")
// } stopAction: {