App Settings Guide
Overview
A reusable architecture for the one screen almost every iOS app needs: settings / preferences / about. One unified modal sheet replaces scattered menus and a separate About page. Every row looks the same because rows are built from a small fixed component set, not bespoke views.
Core principle: rows are data, not layout. A row is (icon, tint, title, accessory, action). The closed SettingsRowAccessory enum is the only trailing
control — that constraint
[Description truncada. Veja o README completo no GitHub.]