Skip to content
View Tricertops's full-sized avatar
:octocat:
:octocat:

Organizations

@miroapp-dev

Block or report Tricertops

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SwiftToolboxSwiftToolboxPublic

    Collection of additions to Swift that I use in every project.

    Swift 4

  2. GEOCoordinateFormatterGEOCoordinateFormatterPublic

    NSFormatter for geographic coordinates

    Swift 6

  3. KeepLayoutKeepLayoutPublic

    Making Auto Layout easier to code.

    Objective-C 831 71

  4. WhereWherePublic

    Locate the user of the current iOS device without CoreLocation.

    Objective-C 10

  5. TetrisEngineTetrisEnginePublic

    Core of a simple Tetris game with no UI

    Swift 12 1

  6. How we used MVVM architecture and a ...How we used MVVM architecture and a reactive framework to build our latest iOS app, from theory to actual code examples.
    1
    View → Design → Model
    2
    =====================
    3
    iOS applications are usually built with **MVC**_(Model – View – Controller)_ architecture, which introduces very important concept of separating actual **data**_(Model Layer)_ and their **presentation**_(View Layer)_, while the application **logic**_(Controller Layer)_ stands between them.
    4
    5
    > View ← Controller → Model