Skip to content
View RomainRoche's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report RomainRoche

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. swift-bitmask swift-bitmask Public

    This Swift Package is an alternative to Swift `OptionSet` to make bitmask operations with `Enum`.

    Swift

  2. TieKit TieKit Public

    TieKit is a Swift DSL framework designed to ease the use of NSLayoutAnchor and NSLayoutConstraint in UIKit.

    Swift 1

  3. The debug function calls a closure t... The debug function calls a closure that is executed if the DEBUG Active Compilation Condition is set. Optionally, you can have an 'else' closure.
    1
    /// Perform an action if the `DEBUG` active compilation condition is used.
    2
    /// - Parameter todo: The action to perform.
    3
    /// - Parameter elseTodo: The action to perform if the compilation condition
    4
    /// is not set.
    5
    func debug<T>(
  4. solo-mission solo-mission Public

    Swift and SpriteKit first game attempt

    Swift 2 1