Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

SwiftUI

SwiftUI is an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. subtitle

SwiftUI Reviews and details

Screenshots and images

  • SwiftUI Landing page
    Landing page //
    2023-08-28

Badges

Promote SwiftUI. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

How I learned SwiftUI - Design+Code Course Review

3 Things I Love/Hate about SwiftUI Rant

Should I Learn SwiftUI instead of UIKit?

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about SwiftUI and what they use it for.
  • SwiftUI vs. UIKit: What is the best choice for building an iOS user interface in 2024?
    As an iOS engineer, you've likely encountered SwiftUI and UIkit, two popular tools for building iOS user interfaces. SwiftUI is the new cool kid on the block, providing a clean way to build iOS screens, while UIkit is the older and more traditional way to build screens for iOS. SwiftUI uses a declarative style where you describe how the UI should look, similar to Jetpack Compose in Android. UIkit, on the other... - Source: dev.to / 3 months ago
  • Easy Way to Display Markdown in SwiftUI using Text
    Struct ContentView: View { @State private var text: String = " **SwiftUI** helps you build great-looking apps across all _Apple_ platforms with the power of Swift — and surprisingly little code. You can bring even better experiences to everyone, on any Apple device, using just one set of tools and APIs.[SwiftUI](https://developer.apple.com/xcode/swiftui/)" // declare variable as LocalizeStringKey instead ... - Source: dev.to / 7 months ago
  • Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
    It took me a bunch of iterations to figure out the value prop, but hmm...it's actually pretty good. I can see all the SwiftUI[0] inspiration in how to make compositions, instead of relying on CSS only. Recently there was Rux[1] which is JSX in Rails, but that is really only dealing with ergonomics oh having Components in a nice DSL. Then there is actual deployment story. I recently made a DRF + Next App, and I... - Source: Hacker News / about 1 year ago
  • I don't understand Auto Layout
    SwiftUI is an entirely different way of writing macOS and iOS software. I would start by watching the WWDC videos like this one and reading Apple's documentation. Source: about 1 year ago
  • Hello everyone, I want to start my own project. But I don’t know advanced swift like structs,enum,protocols. What should I do?
    I know there’s a bit of technical jargon here, but this is straight from Apple and will explain it better than I can here: https://developer.apple.com/xcode/swiftui/. Source: about 1 year ago
  • Introduction to SwiftUI for NativeScript
    Building user interfaces declaratively is something the Web community has widely adopted, and nowadays, large applications are built following these principles. For example, Google launched Jetpack Compose, and Apple announced SwiftUI at WWDC19, receiving an immensely positive response from developers. - Source: dev.to / over 1 year ago
  • Virtual DOM: What problem does it solve?
    After learning The Elm Architecture (or MVU Architecture), it became much easier to understand Android's Jetpack Compose, Apple's SwiftUI, the mechanism for creating and updating the screens in Flutter and also, of course, React Native. - Source: dev.to / over 1 year ago
  • Kotlin Multiplatform Mobile goes Beta
    For example, in a mobile application we could have the business logic and the data layer in the KMM module, while the visual part could be built with Jetpack Compose on Android and SwiftUI on iOS. This can be seen as an advantage or a disadvantage. On one hand, if you are used to work with Flutter or React Native, it may seem that creating an application with KMM is going to require more work, since unlike these... - Source: dev.to / over 1 year ago
  • The self-fulfilling prophecy of React
    3. https://developer.apple.com/xcode/swiftui/. - Source: Hacker News / over 1 year ago
  • Reconcilable Differences 187: Beauty Fades
    Get an ad-free version of the show, plus a monthly extended episode.Fringe)SkeuomorphBMW seat-heater subscriptionsThe Bear)The Boys)SwitchGlassSwiftUIHow The System Works — The Enneagram Institute"The Enneagram, however, is ultimately subtle and complex, as you will appreciate the more you use it in your life.". Source: almost 2 years ago
  • How to get the look on the right using SwiftUI or UIKit?
    You can complete the SwiftUI tutorials and read the documentation here https://developer.apple.com/xcode/swiftui/. Source: almost 2 years ago
  • The SliceKit Series: Introducing Our New iOS Presentation Framework.
    In order to make our engineers' lives easier and gain consistency in our user experience, we needed a declarative abstraction on top of UIKit. We chose UIKit because after experimenting with SwiftUI, Texture, ComponentKit, and other alternatives, UIKit offers us the right combination of features, including:. Source: almost 2 years ago
  • Creating an Apple TV app with SwiftUI
    In 2019, Apple launched its new UI paradigm SwiftUI, which is meant to replace the existing Interface Builder. It lets us create apps for all Apple platforms, including Apple TV's tvOS. - Source: dev.to / almost 2 years ago
  • Building iOS QR Code Scanner with SwiftUI on M1 Mac
    SwiftUI is a powerful UI framework for building native apps for any Apple platform. This article guides you through the process of creating an iOS QR code scanner using SwiftUI, Dynamsoft Camera Enhancer and Dynamsoft Barcode Reader on M1 Mac mini. - Source: dev.to / about 2 years ago
  • Learn SwiftUI: 19 Essential Tutorials for Beginners
    SwiftUI is a user interface toolkit that allows developers to design iOS apps declaratively. With SwiftUI, developers determine what they’d like their user interface to look like and how it should function, and SwiftUI makes it happen as users interact with it. Declarative Swift syntax is easy for developers to read and natural to write. It also acts as a cross-platform user interface layer for iOS, macOS, tvOS,... - Source: dev.to / over 2 years ago
  • Getting started with Appwrite's Apple SDK and SwiftUI
    We'll use SwiftUI in this tutorial, if you're using UIKit, check out this tutorial instead. - Source: dev.to / over 2 years ago
  • What Is React and How to Master It?
    As it turns out, the declarative approach is great for creating interfaces, and this has taken root in the tech community. Furthermore, this approach doesn't solely apply to web technologies. For instance, Apple has recently introduced the SwiftUI framework based on the same principles. - Source: dev.to / over 2 years ago
  • What is the UI tech stack of the future?
    This made me think: how will UIs for apps in 2025 be written? The trend seems to be to use JS/React and deliver a desktop application with Electron, which seems like a pretty good option, but I don't know if it's necessary to carry around chromium (which tends to use a lot of RAM) for simple desktop applications. Otherwise, the options seem to be: (1) write each UI using platform specific tools like SwiftUI and... Source: over 2 years ago
  • [AskSvelte] is there interest in a svelte, low-code IDE?
    I have not done any iOS development but something like SwiftUI seems to be right kind of tool for developing GUI to me. However, it would only be possible with a component based framework instead of CSS which is too low level for this kind of work. Source: almost 3 years ago
  • Show HN: macOS HNReader Application
    Hmm? From https://developer.apple.com/xcode/swiftui/ : > Xcode includes intuitive design tools that make building interfaces with SwiftUI as easy as dragging and dropping. As you work in the design canvas, everything you edit is completely in sync with the code in the adjoining editor. Code is instantly visible as a preview as you type, and any change you make to that preview immediately appears in your code.... - Source: Hacker News / almost 3 years ago
  • A Day in the Life of an iOS Engineer
    iOS is an ever changing landscape. When Apple releases new frameworks or tools, it’s always a challenge to learn these new technologies and see if there is a viable application for them in the app I work on. For example, SwiftUI and Combine are two newer Apple technologies that I would love to spend more time learning. There will always be things I don’t know, so it will be an exciting challenge to continue... Source: almost 3 years ago

Do you know an article comparing SwiftUI to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic SwiftUI discussion

Log in or Post with

This is an informative page about SwiftUI. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.