Best of SwiftUI2023

  1. 1
    Article
    Avatar of habrhabr·3y

    LeetCode 956 (Hard). Solution of the day. Tallest Billboard. Swift. DP. O(n)

    The code uses dynamic programming to solve the problem. It maintains a dictionary dp, where the keys represent the possible height differences between the two billboards. The code iterates through each rod in the given input rods. For each rod i, it creates a new dictionary cur to store the updated values for dp.

  2. 2
    Article
    Avatar of phProduct Hunt·3y

    Basics - Beautifully designed SwiftUI templates

    In the spirit of launching before you're ready, I wanted to see if people find this useful before adding more templates. Leave a comment and let me know what you think! The best SwiftUI templates are now available.

  3. 3
    Article
    Avatar of hackernoonHacker Noon·3y

    Building a Simple, Scalable and Maintainable Design System

    A design system comprises visual language, framework, and guidelines, offering components like color palettes, typography, and UI elements. The result is an easy-to-maintain, iOS-friendly design system using Swift and Pattern Factory for scalable, consistent UI development.