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

Block or report jormungand

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. ProtoVIPER ProtoVIPER Public

    A set of protocols and classes to summarize and simplify typical VIPER boilerplate

    Swift

  2. Configurable Configurable Public

    Configurable protocol: setup objects easy via closure

    Swift

  3. scripts scripts Public

    useful scripts for iOS development

    Shell 1 1

  4. libextobjc libextobjc Public

    Forked from jspahrsummers/libextobjc

    A Cocoa library to extend the Objective-C programming language.

    Objective-C

  5. CocoaDebugKit CocoaDebugKit Public

    Forked from Patrick-Kladek/CocoaDebugKit

    Debugging made easy. Automatically create QuickLook images of custom objects

    Objective-C

  6. Printing <type: address> of literall... Printing <type: address> of literally any instance (objective-c and swift)
    1
    
    
    2
    struct Pointer<T: Any>: CustomStringConvertible {
    3
        let address: UInt
    4
        let description: String
    5
        let debugDescription: String