Skip to content

Instantly share code, notes, and snippets.

j0bs iOS Technical Documentation

Last updated: 2026-03-02

1. Scope

This document covers the iOS application in this repository:

  • Project root: mobile/j0bs
  • App target source: mobile/j0bs/j0bs

SwiftUI foundations: Build great apps with SwiftUI | Meet with Apple

source: https://www.youtube.com/watch?v=Z3vloOtZLkQ

SwiftUI Essentials (Leah Womelsdorf — Technology Evangelist)

  • The Concept of "View": In SwiftUI, "View" has three distinct meanings that work together:
    1. Description: The code you write (structs conforming to the View protocol).
    2. Value: The transient instance in memory. These are lightweight and discarded after rendering.
  1. Pixels: The final rendered output on the screen.