Skip to content
View tommy-holmes's full-sized avatar
🎱
🎱
Block or Report

Block or report tommy-holmes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tommy-holmes/README.md

In a Nutshell

I am an iOS Software Developer currently between full time projects. You can find out more about me on my Site and below are some of the projects I am currently working on.

Project Description Status
Athena A native  app for ChatGPT. Live
WoDBodDaily A service for subscribing to weekly workouts via email. Live
ASCII Images A SwiftUI app for generating images made of ASCII charaters. In-progress
  • 🔭 I’m currently working on an ASCII image generator for Apple platforms (primarily iOS).
  • 🌱 I’m currently learning a lot of SwiftUI
  • 📫 How to reach me: LinkedIn

Languages and Tools

Pinned

  1. ASCII-Photo-iOS-Lite ASCII-Photo-iOS-Lite Public

    A watered down version of my ASCII Photo iOS app.

    Swift 2

  2. A SwiftUI view for presenting a `SFS... A SwiftUI view for presenting a `SFSafariViewController` with a URL Binding that presents nicely in the UI.
    1
    import SwiftUI
    2
    import SafariServices
    3
    
                  
    4
    public struct SafariView: View {
    5
        @Binding var url: URL?
  3. AudioVisualUI AudioVisualUI Public

    A SwiftUI implementation for a MediaBar similar to that found in music apps like Apple Music and Spotify.

    Swift 1