Skip to content
View theevo's full-sized avatar
Block or Report

Block or report theevo

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

Pinned

  1. SwiftUI-DateDetector SwiftUI-DateDetector Public

    how can we make date entry faster? my theory is that date pickers are too slow and just frustrate users

    Swift

  2. UITapGestureRecognizer_Experiment UITapGestureRecognizer_Experiment Public

    Swift 1

  3. AoC2016-D01 AoC2016-D01 Public

    Advent of Code solution using Unit Testing with XCTest and XCUI.

    Swift

  4. AoC2016-D02 AoC2016-D02 Public

    Advent of Code solution. Utilizes tVOS and SwiftUI to "decipher" the password with a look popularized in pseudo-hacker shows/movies.

    Swift

  5. converting integers to strings in Swift converting integers to strings in Swift
    1
    import Foundation
    2
    
                  
    3
    // a coding exercise from repl.it motivated me to learn how to convert numbers (specifically integers) into strings
    4
    // In part 1, I explored the different ways to convert an integer simply to a string. so if you're given the int 9, you should output the string literal "9"
    5
    // several solutions were put forth from https://stackoverflow.com/questions/24161336/convert-int-to-string-in-swift
  6. Flicks-Search-in-ObjC Flicks-Search-in-ObjC Public

    Objective-C