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

Block or report MatthewpHarding

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. SAMPLE-PROJECT-ioc-container SAMPLE-PROJECT-ioc-container Public

    SAMPLE PROJECT → A simple & fast dependency injection framework (IOC Container) written in Swift for iOS. Includes a demo-app too. Perhaps a nice example of a professionally written project 🤷🏼‍♂️

    Swift 2

  2. SWIFTDOCS-01-the-basics SWIFTDOCS-01-the-basics Public

    SWIFT DOCUMENTATION → Swift is a new programming language for iOS, macOS, watchOS, and tvOS app development. Nonetheless, many parts of Swift will be familiar from your experience of developing in …

    Swift 1

  3. SWIFTDOCS-02-basic-operators SWIFTDOCS-02-basic-operators Public

    SWIFT DOCUMENTATION → An operator is a special symbol or phrase that you use to check, change, or combine values. For example, the addition operator (+) adds two numbers, as in let i = 1 + 2, and t…

    Swift 1

  4. SWIFTDOCS-03-strings-and-characters SWIFTDOCS-03-strings-and-characters Public

    SWIFT DOCUMENTATION → A string is a series of characters, such as "hello, world" or "albatross". Swift strings are represented by the String type. The contents of a String can be accessed in variou…

    Swift 1

  5. SWIFTDOCS-04-collection-types SWIFTDOCS-04-collection-types Public

    SWIFT DOCUMENTATION → Swift provides three primary collection types, known as arrays, sets, and dictionaries, for storing collections of values. Arrays are ordered collections of values. Sets are u…

    Swift 1

  6. SWIFTDOCS-05-control-flow SWIFTDOCS-05-control-flow Public

    SWIFT DOCUMENTATION → Swift provides a variety of control flow statements. These include while loops to perform a task multiple times; if, guard, and switch statements to execute different branches…

    Swift