Best of SwiftJuly 2024

  1. 1
    Article
    Avatar of devswiftlyDev Swiftly·2y

    Infinite scrolling from Paginated JSON Response

    Learn how to implement infinite scrolling in SwiftUI using a paginated JSON response. The guide covers generating dummy data with Express JS and creating models, view models, and views in SwiftUI to manage data fetching and display with infinite scroll functionality.

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Build Android and iOS apps with SwiftUI

    In the evolving mobile app development landscape, Skip provides an innovative solution for iOS developers to build native Android apps using their existing Swift and SwiftUI skills within Xcode. This approach eliminates the need to learn new frameworks and simplifies the development process. Skip works by transpiling SwiftUI code into Kotlin and Jetpack Compose, enabling native performance on both platforms. With straightforward installation via Homebrew and integration with familiar tools, developers can streamline their workflow for creating cross-platform applications.

  3. 3
    Article
    Avatar of devswiftlyDev Swiftly·2y

    Write Your First MacOS App Using SwiftUI

    Learn how to create a note-taking app for MacOS using SwiftUI and Xcode. The guide includes setting up the project, creating a note model, displaying notes in a list view, and adding functionality to add new notes. Additionally, it touches on the need for data persistence and suggests using CoreData or similar solutions.