Best of iOSJune 2023

  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 asayerasayer·3y

    Five best practices for debugging React Native code

    The React Native Debugger is a standalone app with a rich interface for debugging React Native apps. It integrates with the Chrome Developer Tools, allowing developers to set breakpoints, inspect variables, and step through code. For Android, the Android Debug Bridge is a powerful tool that developers can use to debug their apps directly on their devices.

  3. 3
    Article
    Avatar of appledevApple Developer·3y

    New design resources now available

    New design resources now available for iOS 17 and iPadOS 17 design kits for Figma and Sketch. Updated Human Interface Guidelines, now in Chinese and Japanese.

  4. 4
    Article
    Avatar of flutterdevsFlutterDevs·3y

    Flutter 3.10 — What’s New In Flutter

    Three months ago Google I/O, the Flutter group reported Flutter support for Windows. Today, we are eager to report that Flutter is presently stable for macOS and Linux, notwithstanding Windows! In this article, we will explore Flutter 3.10 — What’s New In Flutter.10.