---
title: "In your past apps, did spacing ever drift over time without anyone touching the layout codedirectly?"
url: https://daily.dev/posts/in-your-past-apps-did-spacing-ever-drift-over-time-without-anyone-touching-the-layout-codedirectly--ouizds1mt
source_url: https://www.youtube.com/watch?v=utu-JlcHrj8
type: video:youtube
source: "Rebeloper"
published: 2026-03-29T18:58:00.142Z
updated: 2026-03-29T18:58:14.813Z
tags: ["swiftui"]
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# In your past apps, did spacing ever drift over time without anyone touching the layout codedirectly?

**[Rebeloper](https://daily.dev/sources/rebeloper)** · 1 min read · 0 upvotes · 0 comments

## Summary

Spacing drift in apps often happens gradually through stacked modifiers — padding on top of padding added feature by feature. The fix is centralizing spacing into constants as a single source of truth, eliminating local tweaks that compound over time.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=utu-JlcHrj8>

---

Tags: [#swiftui](https://daily.dev/tags/swiftui)

[View this post on daily.dev](https://daily.dev/posts/in-your-past-apps-did-spacing-ever-drift-over-time-without-anyone-touching-the-layout-codedirectly--ouizds1mt)
