Storyboard vs Programmatic UI

This page summarizes the projects mentioned and recommended in the original post on /r/swift

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SnapKit

    A Swift Autolayout DSL for iOS & OS X

  • I’ve been using Xcode for the last 13 years or so, and my advice is - us whatever is comfortable and makes sense to you. I use all 3: code*, storyboard and interface builder (xib). They all have their strengths and weaknesses. Storyboards are nice for quick simple screens with table/collection views and cell templates, but sucks when working in a team (merge conflicts on xml files is not fun). Interface builder has the advantage of being really quick for standalone viewcontrollers and views (after some code that takes away the boilerplate part of loading views from nibs) and minimized the git issues. And code is fun when you’re using anchors and frameworks like snapkit (https://github.com/SnapKit/SnapKit) but even when I was doing visual constrains using strings it was fine. Anyway, just try to learn a bit of everything and see what resonates with you. There are no right answers, just preferences.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I’ve never thought about what it actually does

    1 project | /r/swift | 1 Mar 2023
  • What can be done with UIKit that can't be done with SwiftUI?

    1 project | /r/iOSProgramming | 23 Oct 2022
  • When looking for SwiftUI information, can I learn by looking at the equivalant UIKit solution, or are they too different?

    1 project | /r/swift | 24 Jan 2022
  • What are some good UI libraries for UIKit/Appkit?

    1 project | /r/swift | 31 Dec 2021
  • How can I add constraints to a UI element inside a programmatically created UIView?

    1 project | /r/swift | 29 Jun 2021