3
1 Comment

Using SwiftUI for app development

Hey everyone! Wants to share some thoughts about SwiftUI development of the RadioApp that I released yesterday.

Pros:

  • building UI is much faster with live preview
  • easier components animation
  • can be run on macOS using MacCatalyst

Cons:

  • some of default iOS components are missed
  • hard to setup macOS windows
  • API is not finalized (the will change in futures)

Using SwiftUI is really speeds up all development for MVP, but definitely not recommended to use it for a big project to be supported. Anyway, the technology will be improved in time, and maybe in 2 years, it will replace the current UIKit.

My app: https://falcon9.co/radioapp

on January 17, 2020
  1. 1

    I have been using Swiftui for my app development at its great, gets better every ios upgrade