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

Block or report dispatchMain

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

    A lightweight library that lets you store any swift type with AES 256 encryption.

    Swift

  2. ExceptionLogger ExceptionLogger Public

    A lightweight exception logger for iOS applications

    Objective-C

  3. SecureEnclaveTest SecureEnclaveTest Public

    An app demonstrating usage of keys in iOS Secure Enclave for Symmetric Encryption and Decryption.

    Swift

  4. Declarative Animation in Swift Declarative Animation in Swift
    1
    //: Playground - noun: a place where people can play
    2
    
                  
    3
    // This example is inspired from John Sundell's article on building declarative animation framework
    4
    // at https://www.swiftbysundell.com/posts/building-a-declarative-animation-framework-in-swift-part-1.
    5
    // I have made some modifications to be able to pass parallel and serial animations just by adding