Skip to content

Instantly share code, notes, and snippets.

View JohnnyD1776's full-sized avatar
👨‍💻
Coding

Johnny D JohnnyD1776

👨‍💻
Coding
View GitHub Profile
@JohnnyD1776
JohnnyD1776 / PreciseTimerDemo.swift
Created November 5, 2025 12:13
SwiftUI Precise Timer Demo
//
/*
Filename: PreciseTimerDemo.swift
Project: Demo Project
Created by John Durcan on 05/11/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / RadialLayoutView.swift
Created October 27, 2025 20:41
SwiftUI Radial Menu Selector
//
/*
Filename: RadialLayoutView.swift
Project: Demo Project
Created by John Durcan on 27/10/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / StyledText.swift
Created October 20, 2025 07:43
Create SwiftUI styled Text
//
/*
Filename: StyledText.swift
Project: Demo Project
Created by John Durcan on 20/10/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / PaddingAroundSensorIsland.swift
Created October 14, 2025 10:07
Ignore edges except for the sensor island regardless of orientation
//
/*
Filename: PaddingAroundSensorIsland.swift
Project: Demo Project
Created by John Durcan on 13/10/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / ShareLInkView.swift
Created October 11, 2025 19:20
SwiftUi Demo of ShareLinks in iOS 16+
//
/*
Filename: ShareLInkView.swift
Project: Demo Project
Created by John Durcan on 11/10/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / ContentUnavailableDemo.swift
Last active October 8, 2025 08:46
SwiftUI Demo for ContentUnavailable
//
/*
Filename: ContentUnavailableDemo.swift
Project: Demo Project
Created by John Durcan on 08/10/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / FlappyBirdDemo.swift
Created October 7, 2025 07:58
SwiftUI FlappyBird Demo
/*
Filename: FlappyBirdDemo.swift
Project: Demo Project
Created by John Durcan on 06/10/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / ColorSortingDragDrop.swift
Created October 2, 2025 12:05
SwiftUI Drag & Drop Item Demo
/*
Filename: ColorSortingDragDrop.swift
Project: Demo Project
Created by John Durcan on 02/10/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / ParallaxDemo.swift
Created October 1, 2025 14:58
SwiftUI Parallax Demo
//
/*
Filename: ParallaxDemo.swift
Project: Demo Project
Created by John Durcan on 01/10/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.
@JohnnyD1776
JohnnyD1776 / CustomArcProgress.swift
Created September 30, 2025 09:56
Demonstrate a SwiftUI Arc Progress View
//
/*
Filename: CustomArcProgress.swift
Project: Demo Project
Created by John Durcan on 30/09/2025.
Copyright © 2025 Itch Studio Ltd.. All rights reserved.