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

Block or report thecoolwinter

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. CodeEditApp/CodeEdit CodeEditApp/CodeEdit Public

    CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

    Swift 20.3k 964

  2. CodeEditApp/CodeEditSourceEditor CodeEditApp/CodeEditSourceEditor Public

    A code editor view written in Swift powered by tree-sitter.

    Swift 482 73

  3. LockMeOut LockMeOut Public

    A sample application for locking an app using Face/Touch ID

    Swift 1

  4. SortDBExample SortDBExample Public

    Swift

  5. CodableStorage.swift CodableStorage.swift
    1
    import Foundation
    2
    
                  
    3
    public class CodableStorage {
    4
        
    5
        fileprivate init() { }
  6. UITextField that automatically forma... UITextField that automatically formats a percentage as a user types. It limits the input, and can return a value without any string formatting.
    1
    //
    2
    //  PercentageField.swift
    3
    //
    4
    //  Created by Khan Winter on 8/16/20.
    5
    //